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
26c4cbdf
Unverified
Commit
26c4cbdf
authored
Mar 17, 2022
by
Christian Clauss
Committed by
GitHub
Mar 17, 2022
Browse files
Update .appveyor.yml
parent
8c55c988
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
.appveyor.yml
.appveyor.yml
+7
-1
No files found.
.appveyor.yml
View file @
26c4cbdf
# https://www.appveyor.com/docs/windows-images-software
image
:
Visual Studio
2022
environment
:
global
:
REPO_DIR
:
python-appveyor-demo
...
...
@@ -43,10 +47,12 @@ matrix:
install
:
# Install miniconda and fix headers
-
where python
-
where python3 ||
true
-
where py ||
true
-
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
-
where conda
-
SET CONDA_PATH=$(where conda)
-
echo %CONDA_PATH%
-
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
-
conda info
# Check that we have the expected version and architecture for Python
...
...
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