Skip to content

Commit 7959b2e

Browse files
authored
Merge pull request #6 from dwhswenson/fix-matplotlib-downgrade
Fix tests
2 parents e517d78 + 458e30a commit 7959b2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
auto-update-python: true
3030
python-version: ${{ matrix.CONDA_PY }}
31+
channels: conda-forge
3132
- name: "Install"
3233
run: |
3334
conda install -y -q -c conda-forge curl unzip matplotlib pytest nbval
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
conda install --yes --quiet pytables # doesn't come with MDTraj?
3+
conda install --yes --quiet -c conda-forge pytables # doesn't come with MDTraj?
44
conda update --yes --quiet --all
55

66
bash devtools/figshare_dl_extract.sh 4496795

0 commit comments

Comments
 (0)