Skip to content

Commit 1289a23

Browse files
committed
fix numpy version to 1.16 for CI
1 parent 6357b24 commit 1289a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_script:
1313
- git clone https://github.com/Bytekeeper/sc-docker.git
1414
- cp it/sc-docker-support/*.dockerfile sc-docker/docker/dockerfiles
1515
- pushd sc-docker
16+
- pip3 install numpy==1.16.6
1617
- python3 setup.py bdist_wheel
1718
- pip3 install dist/scbw*.whl
1819
- '[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'

0 commit comments

Comments
 (0)