Skip to content

Commit

Permalink
fixup! CI: Don't install all dependencies when running ngr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 7, 2023
1 parent 803e92c commit 81ce6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ngr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
pip install --upgrade 'setuptools>=64'
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --editable='.[ngr,develop,test]'
pip install --use-pep517 --prefer-binary --editable='.[cli,ngr,develop,test]'
- name: Run linter and software tests
run: |
Expand Down

0 comments on commit 81ce6f0

Please sign in to comment.