File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -59,21 +59,20 @@ jobs:
5959 strategy :
6060 matrix :
6161 CONDA_PY :
62- - " 3.8 "
63- - " 3.9 "
62+ - " 3.12 "
63+ - " 3.11 "
6464 - " 3.10"
65- # - "3.11"
6665
6766 steps :
6867 - uses : actions/checkout@v2
6968 - uses : actions/setup-python@v2
70- - uses : conda-incubator/setup-miniconda@v2
69+ - uses : conda-incubator/setup-miniconda@v3
7170 with :
7271 auto-update-conda : true
7372 python-version : ${{ matrix.CONDA_PY }}
7473 environment-file : binder/environment.yml
7574 activate-environment : ops-tutorial
76- miniforge-variant : Mambaforge
75+ miniforge-version : latest
7776 - name : " Install testing tools"
7877 run : python -m pip install pytest nbval
7978 - name : " Conda info"
Original file line number Diff line number Diff line change @@ -12,6 +12,5 @@ dependencies:
1212 - openpathsampling-cli
1313 - openmmtools
1414 - jupyterlab
15- - ipywidgets <8
16- - numpy <1.24
15+ # - ipywidgets <8
1716prefix : /Users/dwhs/miniconda3/envs/ops-tutorial
You can’t perform that action at this time.
0 commit comments