Skip to content

Commit

Permalink
[ci] add matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Sep 21, 2024
1 parent 165fceb commit 1a7dbf6
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 @@ -29,7 +29,7 @@ jobs:
run: python -m pip install .

- name: Install test dependencies
run: python -m pip install numpy cython setuptools scipy flake8 pycodestyle pydocstyle pytest coverage 'coverage_lcov[extras] @ git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7'
run: python -m pip install matplotlib numpy cython setuptools scipy flake8 pycodestyle pydocstyle pytest coverage 'coverage_lcov[extras] @ git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7'

- name: Install local build dependencies
run: python -m pip install .
Expand Down

0 comments on commit 1a7dbf6

Please sign in to comment.