Skip to content

Commit

Permalink
fix numpy version to 1.16 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperGeurtz committed Jul 18, 2020
1 parent 6357b24 commit 1289a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_script:
- git clone https://github.com/Bytekeeper/sc-docker.git
- cp it/sc-docker-support/*.dockerfile sc-docker/docker/dockerfiles
- pushd sc-docker
- pip3 install numpy==1.16.6
- python3 setup.py bdist_wheel
- pip3 install dist/scbw*.whl
- '[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
Expand Down

0 comments on commit 1289a23

Please sign in to comment.