Skip to content

Commit

Permalink
ci: remove unnecessary pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Feb 14, 2025
1 parent 629d38f commit e946bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
run: |
sudo apt install -y graphviz
pip install packaging
pip install .[testbase]
- name: Install pytest-mpl
if: contains(matrix.extras, 'matplotlib')
Expand Down

0 comments on commit e946bf9

Please sign in to comment.