We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6357b24 commit 1289a23Copy full SHA for 1289a23
.travis.yml
@@ -13,6 +13,7 @@ before_script:
13
- git clone https://github.com/Bytekeeper/sc-docker.git
14
- cp it/sc-docker-support/*.dockerfile sc-docker/docker/dockerfiles
15
- pushd sc-docker
16
+ - pip3 install numpy==1.16.6
17
- python3 setup.py bdist_wheel
18
- pip3 install dist/scbw*.whl
19
- '[ ! -f /tmp/sc-docker/starcraft.zip ] || (cp /tmp/sc-docker/starcraft.zip scbw/local_docker && echo "Using cached starcraft.zip")'
0 commit comments