Skip to content

Commit 33c8668

Browse files
authored
Merge pull request #11 from dwhswenson/test-37-38-39
Add tests for Python 3.8, 3.9
2 parents 8636309 + 9cccd9f commit 33c8668

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
name: "Test answer key"
2121
strategy:
2222
matrix:
23-
CONDA_PY: [3.7]
23+
CONDA_PY:
24+
- 3.7
25+
- 3.8
26+
- 3.9
2427

2528
steps:
2629
- uses: actions/checkout@v2
@@ -46,4 +49,5 @@ jobs:
4649
pytest --nbval-lax \
4750
1_tps_sampling_tutorial.ipynb \
4851
2_tps_analysis_tutorial.ipynb \
52+
3_committor_analysis_tutorial.ipynb \
4953
4_mstis_sampling_tutorial.ipynb

0 commit comments

Comments
 (0)