Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
# Note: we temporarily pin to macos-12 to avoid compatibility issues
# between AT22+ and macos-13+ runners
os: [ubuntu-latest]
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.10"]

steps:
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:

- name: Environment Information
run: |
conda info
conda list
micromamba info
micromamba list

- name: Run example notebooks
run: |
python -m pytest -v setup/ showcase/ cookbook/ openmm_rbfe/ networks/ --nbval-lax -n auto --dist loadscope
python -m pytest -v setup/ showcase/ cookbook/ openmm_rbfe/ networks/ --nbval-lax --nbval-cell-timeout=3000 -n auto --dist loadscope