diff --git a/.github/workflows/ci_tests_and_publish.yml b/.github/workflows/ci_tests_and_publish.yml index 200d06c..5e4a039 100644 --- a/.github/workflows/ci_tests_and_publish.yml +++ b/.github/workflows/ci_tests_and_publish.yml @@ -76,8 +76,8 @@ jobs: - run: pip install -r doc-requirements.txt - run: | python check_env.py - jupytext --to notebook *.md - pytest --nbval + bash -c 'find content -name "*.md" | xargs jupytext --to notebook ' + pytest --nbval content/ publish: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} diff --git a/tox.ini b/tox.ini index 76523a5..77f1d8a 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = # We need 0.4.7dev that has a fix to the caching, thus no oldest version atm # oldestdeps: astroquery==0.4.7 oldestdeps: matplotlib==3.2 - oldestdeps: pyvo==1.4 + oldestdeps: pyvo==1.4.2 oldestdeps: scipy==1.6 # Temporary fix for lexer errors ipython!=8.7.0