Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 2, 2021
1 parent 06251de commit dc70d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -10,7 +10,10 @@ init:

install:
- "%PYTHON%\\python -m pip install --upgrade pip"
# for many packages
- "%PYTHON%\\Scripts\\pip install pymyinstall numpy"
# for numba
- "%PYTHON%\\Scripts\\pip install importlib_metadata"
- "%PYTHON%\\Scripts\\pymy_install3 cartopy pyproj shapely llvmlite numba"
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,7 @@ coverage
cython
jupyter_sphinx
jyquickhelper
llvmlite==0.34.0
llvmlite
matplotlib
numba
numpy
Expand Down

0 comments on commit dc70d44

Please sign in to comment.