Skip to content

Commit

Permalink
new try with broken action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarjalnefjord committed Oct 23, 2023
1 parent d3009c5 commit d3f91db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install pytest pytest-cov
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
- name: Build notebooks
if: ${{ matrix.python-version == "3.10" }}
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
pip install -r notebooks/requirements.txt
jupyter-book build notebooks/
Expand Down

0 comments on commit d3f91db

Please sign in to comment.