Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Sep 2, 2024
1 parent 373873c commit 0be15f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pip install -r requirements.txt
- name: test
run: |
rm github-login.ipynb # exclude login from testing
rm -f github-login.ipynb # exclude login from testing
pytest --nbval-lax *.ipynb
# - name: render
# run: myst build climate.md --pdf

0 comments on commit 0be15f5

Please sign in to comment.