Skip to content

Commit

Permalink
configure action for ARC runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Aug 27, 2024
1 parent 55f02a7 commit 373873c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11.9'
- name: Install Dependencies
run: pip install -r requirements.txt
- name: test
run: pytest --nbval-lax *.ipynb
run: |
rm github-login.ipynb # exclude login from testing
pytest --nbval-lax *.ipynb
# - name: render
# run: myst build climate.md --pdf

0 comments on commit 373873c

Please sign in to comment.