Skip to content

Commit

Permalink
CI: Don't install dev deps
Browse files Browse the repository at this point in the history
This is onlt pre-commit, which we don't need in CI.
  • Loading branch information
elcorto committed Apr 24, 2024
1 parent 1b76805 commit 51e0365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: install deps
run: |
pip install -e ".[test,dask,dev]"
pip install -e ".[test,dask]"
- name: lint
run: |
Expand Down

0 comments on commit 51e0365

Please sign in to comment.