Skip to content

Commit 0d3ae0e

Browse files
committed
duh
1 parent aaea0fc commit 0d3ae0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ environment:
4343
# RUST_VERSION: nightly
4444

4545
init:
46-
- "%PYTHON_DIR%\\python.exe -m pip install pip==9.0.1 install scikit-ci==0.14.0"
46+
- "%PYTHON_DIR%\\python.exe -m pip install pip==9.0.1 scikit-ci==0.14.0"
4747
# - python -m pip install scikit-ci==0.14.0 scikit-ci-addons==0.15.0
4848
# - python -m ci_addons --install ../addons
4949

ci/utils.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rustup_install() {
2929
source $HOME/.cargo/env
3030
rustup install "${RUSTRELEASE}-${TARGET}"
3131
rustup default "${RUSTRELEASE}-${TARGET}"
32-
# rustup update
32+
rustup update
3333
}
3434

3535

0 commit comments

Comments
 (0)