Skip to content

Commit 4cca15a

Browse files
authored
Merge pull request #8 from dwhswenson/fix-nbval-jupyter-core
Fix bad mix of jupyer-core/nbval
2 parents e284c3b + d34b314 commit 4cca15a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/openpathsampling/ops_additional_examples/HEAD)
2-
![Test Suite](https://github.com/openpathsampling/ops_additional_examples/workflows/Test%20Suite/badge.svg)
2+
[![Test Suite](https://github.com/openpathsampling/ops_additional_examples/workflows/Test%20Suite/badge.svg)](https://github.com/openpathsampling/ops_additional_examples/actions/workflows/tests.yml)
33

44
# Additional Examples for OpenPathSampling
55

0 commit comments

Comments
 (0)