We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaea0fc commit 0d3ae0eCopy full SHA for 0d3ae0e
appveyor.yml
@@ -43,7 +43,7 @@ environment:
43
# RUST_VERSION: nightly
44
45
init:
46
- - "%PYTHON_DIR%\\python.exe -m pip install pip==9.0.1 install scikit-ci==0.14.0"
+ - "%PYTHON_DIR%\\python.exe -m pip install pip==9.0.1 scikit-ci==0.14.0"
47
# - python -m pip install scikit-ci==0.14.0 scikit-ci-addons==0.15.0
48
# - python -m ci_addons --install ../addons
49
ci/utils.sh
@@ -29,7 +29,7 @@ rustup_install() {
29
source $HOME/.cargo/env
30
rustup install "${RUSTRELEASE}-${TARGET}"
31
rustup default "${RUSTRELEASE}-${TARGET}"
32
- # rustup update
+ rustup update
33
}
34
35
0 commit comments