Skip to content

Commit 0d0f881

Browse files
committed
Trying to fix bad mix of jupyer-core/nbval
1 parent e284c3b commit 0d0f881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ jobs:
2626
- uses: actions/setup-python@v2
2727
- uses: conda-incubator/setup-miniconda@v2
2828
with:
29-
auto-update-python: true
3029
python-version: ${{ matrix.CONDA_PY }}
3130
miniforge-variant: Mambaforge
3231
- name: "Install"
3332
run: |
34-
conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval
3533
curl -OLk https://raw.githubusercontent.com/openpathsampling/openpathsampling/master/devtools/conda_ops_dev_install.sh
3634
source ./conda_ops_dev_install.sh
35+
mamba install -y -q -c conda-forge curl unzip matplotlib pytest nbval
3736
- name: "Versions"
3837
run: conda list
3938
- name: "Tests"

0 commit comments

Comments
 (0)