Skip to content

Commit

Permalink
Remove duplicate syntax tests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 18, 2024
1 parent 5fd8371 commit eefcbd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{matrix.py_ver}}
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install ".[test]"
- name: Run syntax tests
run: flake8 datajoint --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Run primary tests
env:
PY_VER: ${{matrix.py_ver}}
Expand Down

0 comments on commit eefcbd8

Please sign in to comment.