Skip to content

Commit

Permalink
install numpy for testing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 5, 2023
1 parent 10849e5 commit d2234d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install python dependencies
run: |
mamba install --quiet --file conda-requirements.txt corner coveralls
mamba install --quiet --file conda-requirements.txt corner coveralls numpy
pip install git+https://github.com/JohannesBuchner/coverage-lcov
#sed --in-place -e 's,"report_include",,g' -e 's,"report_omit",,g' /usr/share/miniconda/envs/*/lib/python*/site-packages/coverage_lcov/converter.py
conda list
Expand Down

0 comments on commit d2234d1

Please sign in to comment.