Skip to content

Commit

Permalink
remove unused dependencies from test CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 27, 2024
1 parent 749b2a9 commit 5cee9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
python -m pip install flake8 pytest parameterized nbmake
python -m pip install nbmake
python -m pip install ".[dev,docs,test]"
- name: Test with pytest
shell: bash -l {0}
Expand Down

0 comments on commit 5cee9cb

Please sign in to comment.