We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e517d78 + 458e30a commit 7959b2eCopy full SHA for 7959b2e
.github/workflows/tests.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
auto-update-python: true
30
python-version: ${{ matrix.CONDA_PY }}
31
+ channels: conda-forge
32
- name: "Install"
33
run: |
34
conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval
devtools/prepare/transition_analysis_Abl.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-conda install --yes --quiet pytables # doesn't come with MDTraj?
+conda install --yes --quiet -c conda-forge pytables # doesn't come with MDTraj?
4
conda update --yes --quiet --all
5
6
bash devtools/figshare_dl_extract.sh 4496795
0 commit comments