File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -59,21 +59,20 @@ jobs:
59
59
strategy :
60
60
matrix :
61
61
CONDA_PY :
62
- - " 3.8 "
63
- - " 3.9 "
62
+ - " 3.12 "
63
+ - " 3.11 "
64
64
- " 3.10"
65
- # - "3.11"
66
65
67
66
steps :
68
67
- uses : actions/checkout@v2
69
68
- uses : actions/setup-python@v2
70
- - uses : conda-incubator/setup-miniconda@v2
69
+ - uses : conda-incubator/setup-miniconda@v3
71
70
with :
72
71
auto-update-conda : true
73
72
python-version : ${{ matrix.CONDA_PY }}
74
73
environment-file : binder/environment.yml
75
74
activate-environment : ops-tutorial
76
- miniforge-variant : Mambaforge
75
+ miniforge-version : latest
77
76
- name : " Install testing tools"
78
77
run : python -m pip install pytest nbval
79
78
- name : " Conda info"
Original file line number Diff line number Diff line change @@ -12,6 +12,5 @@ dependencies:
12
12
- openpathsampling-cli
13
13
- openmmtools
14
14
- jupyterlab
15
- - ipywidgets <8
16
- - numpy <1.24
15
+ # - ipywidgets <8
17
16
prefix : /Users/dwhs/miniconda3/envs/ops-tutorial
You can’t perform that action at this time.
0 commit comments