Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
237ff5c1
Unverified
Commit
237ff5c1
authored
Mar 17, 2022
by
Christian Clauss
Committed by
GitHub
Mar 17, 2022
Browse files
py --list
parent
26c4cbdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
.appveyor.yml
.appveyor.yml
+6
-5
No files found.
.appveyor.yml
View file @
237ff5c1
...
...
@@ -47,17 +47,18 @@ matrix:
install
:
# Install miniconda and fix headers
-
where python
-
where py
thon3 ||
true
-
where py ||
true
-
where py
-
py --list
-
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
-
where conda
-
SET CONDA_PATH=$(where conda)
-
echo %CONDA_PATH%
-
echo %PATH%
-
where conda ||
true
-
conda info
# Check that we have the expected version and architecture for Python
-
python --version
-
python -c "import struct; print(struct.calcsize('P') * 8)"
-
py --version
-
py -c "import struct; print(struct.calcsize('P') * 8)"
# clone a origsel/python-appveyor-demo
# this repo includes a simple package to test appveyor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment