Skip to content

Commit

Permalink
removed the automated notebook build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarjalnefjord committed Oct 23, 2023
1 parent 7b71b9a commit f2ec3a8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,4 @@ jobs:
- name: Test with pytest
run: |
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' && matrix.python-version == '3.10'}}
run: |
pip install -r notebooks/requirements.txt
jupyter-book build notebooks/
touch notebooks/_build/html/.nojekyll
mv notebooks/_build/html doc/nb
- name: Push changes
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'}}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ 'test_visualization' }}
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html

0 comments on commit f2ec3a8

Please sign in to comment.