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 Apr 1, 2024
1 parent 4223a57 commit cf1ccbb
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 cf1ccbb

Please sign in to comment.