"examples/python-examples/simulateCharmm.py" did not exist on "84a93cf857e26f732161550a78f217281e6d5d29"
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:
# Install miniconda and fix headers
- where python
- 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%
- echo %PATH%
- 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