Skip to content

Commit

Permalink
CI: updating commands for conda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 14, 2023
1 parent 3010909 commit d522c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit d522c63

Please sign in to comment.