Skip to content

Commit

Permalink
Bump unyt for test minimal and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Jun 22, 2020
1 parent 86e6e2a commit e5a08b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ install:
- "python --version"

# Install specified version of numpy and dependencies
- "conda install --yes -c conda-forge numpy scipy nose pytest setuptools ipython
Cython sympy fastcache h5py matplotlib=3.1.3 mock pandas cartopy conda-build unyt pooch pyyaml"
- "conda install --yes -c conda-forge numpy scipy nose pytest setuptools ipython git
Cython sympy fastcache h5py matplotlib=3.1.3 mock pandas cartopy conda-build pooch pyyaml"
- "pip install git+https://github.com/yt-project/unyt@de443dff7671f1e68557306d77582cd117cc94f8#egg=unyt"
# install yt
- "pip install -e ."

Expand Down
2 changes: 1 addition & 1 deletion tests/test_minimal_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pytest~=4.6; python_version < '3.0'
pyyaml>=4.2b1
coverage==4.5.1
codecov==2.0.15
unyt==2.7.1
git+https://github.com/yt-project/unyt@de443dff7671f1e68557306d77582cd117cc94f8#egg=unyt

0 comments on commit e5a08b5

Please sign in to comment.