Skip to content

Commit

Permalink
[ci] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Dec 5, 2023
1 parent cffb308 commit a8a3101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Install python dependencies
run: |
micromamba install -c conda-forge --file conda-requirements.txt python=${{ matrix.python-version }} corner coveralls numpy
micromamba install -c conda-forge --file conda-requirements.txt python=${{ matrix.python-version }} corner coveralls numpy pytest
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 Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
# do not test pycuba, it is broken
rm tests/pycuba_test.py
coverage run pytest
coverage run -m pytest
coverage report
coverage-lcov
python pymultinest_demo_minimal.py
Expand Down

0 comments on commit a8a3101

Please sign in to comment.