Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Install test dependencies
run: |
conda activate pyleo
pip install pytest-xdist nbmake
pip install pytest-xdist pytest-forked nbmake
conda list
- name: Test notebooks
run: |
conda activate pyleo
pytest --nbmake -n=auto --nbmake-timeout=3600 notebooks/*ipynb
pytest --nbmake --forked -n=2 -v --nbmake-timeout=3600 notebooks/*ipynb
2 changes: 1 addition & 1 deletion .github/workflows/publish_jupyterbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.11

# 3) Install Python dependencies
- name: Install Python dependencies
Expand Down
Loading