Skip to content

Commit eff3e2d

Browse files
committed
work around windows issue with ruamel.yaml
1 parent 8a4c244 commit eff3e2d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.8.2 (2017-06-23)
5+
0.8.3 (2017-06-24)
66
------------------
77

88
* First release on PyPI.

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ install:
7777
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
7878
- rustc -Vv
7979
- cargo -V
80-
- "%PYTHON_DIR%\\python.exe -m pip install pip>=9.0.1 ruamel.yaml==0.14.12"
80+
- "%PYTHON_DIR%\\python.exe -m pip install -U pip>=9.0.1 wheel"
81+
- "%PYTHON_DIR%\\python.exe -m pip install ruamel.yaml==0.14.12 --no-binary :all:"
8182
- "%PYTHON_DIR%\\python.exe -m pip install -U urllib3[secure] scikit-ci==0.14.0"
8283
- "%PYTHON_DIR%\\python -m ci install"
8384

0 commit comments

Comments
 (0)