Skip to content

Commit

Permalink
use x64 Miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 28, 2020
1 parent 5510518 commit 2c5118e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ environment:

- TARGET_ARCH: x64
PYTHON: "C:\\Python38-x64"
MINICONDA: "C:\\Miniconda3"
MINICONDA: "C:\\Miniconda3-x64"

- TARGET_ARCH: x64
PYTHON: "C:\\Python37-x64"
MINICONDA: "C:\\Miniconda3"
MINICONDA: "C:\\Miniconda3-x64"

- TARGET_ARCH: x64
PYTHON: "C:\\Python36-x64"
MINICONDA: "C:\\Miniconda3"
MINICONDA: "C:\\Miniconda3-x64"

platform:
- x64
Expand Down

0 comments on commit 2c5118e

Please sign in to comment.