"platforms/cpu/tests/TestCpuCheckpoints.cpp" did not exist on "29e3fa57628302b218bf9d1d1c3a821065293a34"
Unverified Commit 1f0411b3 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Update .appveyor.yml

parent 08c3c80f
...@@ -33,7 +33,7 @@ install: ...@@ -33,7 +33,7 @@ install:
# Install miniconda and fix headers # Install miniconda and fix headers
- where python - where python
- where py # On Windows, py might be a better way to find and run CPython - where py # On Windows, py might be a better way to find and run CPython
- py --list # py run -2.6-32, -2.6-64, -2.7-32, -2.7-64, -3.3-32, -3.3-64, ... -3.10-32, -3.10-64 - py --list # py -3.10-32, -3.10-64 with same syntax for 3.{9-3}, 2.{7,6}
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH% - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
- echo %PATH% - echo %PATH%
- where conda - where conda
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment