Skip to content

Commit

Permalink
only generate notebook html at specific python version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarjalnefjord committed Oct 23, 2023
1 parent d3f91db commit 04a39b2
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.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'}}
run: |
pip install -r notebooks/requirements.txt
jupyter-book build notebooks/
Expand Down

0 comments on commit 04a39b2

Please sign in to comment.