Skip to content

Commit 25ee71f

Browse files
committed
update appveyor 2
1 parent a23b620 commit 25ee71f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ environment:
1111
COMPILER: MSVC15
1212
PLATFORM: "x64"
1313
PYTHON_VERSION: 310-x64
14-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
14+
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
1515
WITH_MPFR: yes
1616
WITH_MPC: yes
1717
- BUILD_TYPE: "Release"
1818
COMPILER: MSVC15
1919
PLATFORM: "x64"
2020
PYTHON_VERSION: 38-x64
21-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
21+
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
2222
- BUILD_TYPE: "Release"
2323
COMPILER: MSVC15
2424
PLATFORM: "x64"
2525
PYTHON_VERSION: 39-x64
2626
WITH_SYMPY: no
27-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
27+
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
2828
- BUILD_TYPE: "Release"
2929
COMPILER: MSVC15
3030
PLATFORM: "x64"
3131
PYTHON_VERSION: 311-x64
3232
WITH_NUMPY: no
33-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
33+
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
3434
#- BUILD_TYPE: "Debug"
3535
# COMPILER: MinGW-w64
3636
# PYTHON_VERSION: 39-x64
@@ -46,14 +46,14 @@ environment:
4646
COMPILER: MSVC15
4747
PLATFORM: "Win32"
4848
PYTHON_VERSION: 39
49-
CONDA_INSTALL_LOCN: C:\\Miniconda36
49+
CONDA_INSTALL_LOCN: C:\\Miniconda38
5050
WITH_MPFR: yes
5151
WITH_MPC: yes
5252
- BUILD_TYPE: "Release"
5353
COMPILER: MSVC15
5454
PLATFORM: "x64"
5555
PYTHON_VERSION: 310-x64
56-
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
56+
CONDA_INSTALL_LOCN: C:\\Miniconda38-x64
5757
WITH_MPFR: yes
5858
WITH_MPC: yes
5959
WITH_LLVM: yes

0 commit comments

Comments
 (0)