Skip to content

Commit

Permalink
remove dupplicated specification
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Mar 26, 2021
1 parent 59aa5dc commit 6cf0bce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ci_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ "${RUNNER_OS}" == "Windows" ]] && [[ ${dependencies} != "minimal" ]]; then

CARTOPY=$(grep cartopy tests/test_requirements.txt)
H5PY=$(grep h5py tests/test_requirements.txt)
MATPLOTLIB=$(grep matplotlib tests/test_requirements.txt)
MATPLOTLIB=matplotlib<3.4 # keep in sync with setup.py
SCIPY=$(grep scipy tests/test_requirements.txt)
conda config --set always_yes yes
conda info -a
Expand Down
1 change: 0 additions & 1 deletion tests/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ fastcache~=1.0.2
glueviz~=0.13.3
h5py~=3.1.0
ipython~=7.6.1
matplotlib~=3.3
nose-timer~=1.0.0
nose~=1.3.7
pandas~=1.1.2
Expand Down

0 comments on commit 6cf0bce

Please sign in to comment.