Skip to content

Commit 11b8503

Browse files
committed
Forgot the advanced tutorial! Also, env pin cleaning
1 parent 5edfd2e commit 11b8503

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/ci.yml

+4-5
Original file line numberDiff line numberDiff 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"

binder/environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ dependencies:
1212
- openpathsampling-cli
1313
- openmmtools
1414
- jupyterlab
15-
- ipywidgets <8
16-
- numpy <1.24
15+
#- ipywidgets <8
1716
prefix: /Users/dwhs/miniconda3/envs/ops-tutorial

0 commit comments

Comments
 (0)