Skip to content

Commit

Permalink
Fix error in CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 29, 2023
1 parent cb15543 commit 59493ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: "bash -l {0}"
run: |
conda activate env
flake8
flake8 --exclude numcodecs/version.py
- name: Run tests
shell: "bash -l {0}"
Expand Down

0 comments on commit 59493ca

Please sign in to comment.