Skip to content

Commit eefcbd8

Browse files
committed
Remove duplicate syntax tests from CI
1 parent 5fd8371 commit eefcbd8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/development.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ jobs:
7373
uses: actions/setup-python@v5
7474
with:
7575
python-version: ${{matrix.py_ver}}
76-
- name: Install dependencies
77-
run: |
78-
python3 -m pip install --upgrade pip
79-
python3 -m pip install ".[test]"
80-
- name: Run syntax tests
81-
run: flake8 datajoint --count --select=E9,F63,F7,F82 --show-source --statistics
8276
- name: Run primary tests
8377
env:
8478
PY_VER: ${{matrix.py_ver}}

0 commit comments

Comments
 (0)