Skip to content

Commit

Permalink
removes redundant build on x86_64 from appveyor. Limits appveyor buil…
Browse files Browse the repository at this point in the history
…d to pypi-release/test
  • Loading branch information
fakufaku committed Nov 15, 2022
1 parent 1941d63 commit 216a7ce
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
build: false

branches:
only:
- pypi-release
- pypi-test

image:
- Visual Studio 2017

Expand All @@ -25,22 +30,6 @@ environment:
MINICONDA: C:\Miniconda3
RESTORE_MINICONDA: C:\Miniconda37
PYTHON_ARCH: "32"
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda3-x64
RESTORE_MINICONDA: C:\Miniconda37-x64
PYTHON_ARCH: "64"
- PYTHON_VERSION: 3.8
MINICONDA: C:\Miniconda3-x64
RESTORE_MINICONDA: C:\Miniconda38-x64
PYTHON_ARCH: "64"
- PYTHON_VERSION: 3.9
MINICONDA: C:\Miniconda3-x64
RESTORE_MINICONDA: C:\Miniconda39-x64
PYTHON_ARCH: "64"
- PYTHON_VERSION: 3.10
MINICONDA: C:\Miniconda3-x64
RESTORE_MINICONDA: C:\Miniconda39-x64
PYTHON_ARCH: "64"

init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
Expand Down

0 comments on commit 216a7ce

Please sign in to comment.