Figured out the the image and matrix sections cause dupes
This commit is contained in:
23
appveyor.yml
23
appveyor.yml
@ -1,8 +1,3 @@
|
|||||||
image:
|
|
||||||
- Visual Studio 2019
|
|
||||||
- Ubuntu
|
|
||||||
- macOS
|
|
||||||
|
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
@ -12,13 +7,25 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
MINICONDA_DIRNAME: C:\Miniconda37-x64
|
MINICONDA_DIRNAME: C:\Miniconda37-x64
|
||||||
|
PYTHON_VERSION: 3.7
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
MINICONDA_DIRNAME: C:\Miniconda38-x64
|
MINICONDA_DIRNAME: C:\Miniconda38-x64
|
||||||
|
PYTHON_VERSION: 3.8
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
MINICONDA_DIRNAME: C:\Miniconda39-x64
|
MINICONDA_DIRNAME: C:\Miniconda39-x64
|
||||||
- PYTHON_VERSION: 3.7
|
PYTHON_VERSION: 3.9
|
||||||
- PYTHON_VERSION: 3.8
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
||||||
- PYTHON_VERSION: 3.9
|
PYTHON_VERSION: 3.7
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
||||||
|
PYTHON_VERSION: 3.8
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
||||||
|
PYTHON_VERSION: 3.9
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
|
||||||
|
PYTHON_VERSION: 3.7
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
|
||||||
|
PYTHON_VERSION: 3.8
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
|
||||||
|
PYTHON_VERSION: 3.9
|
||||||
|
|
||||||
ANACONDA_TOKEN:
|
ANACONDA_TOKEN:
|
||||||
secure: $(anaconda_token)
|
secure: $(anaconda_token)
|
||||||
|
|||||||
Reference in New Issue
Block a user