Skip to content

Commit

Permalink
Remove 'extras' for Python3.6 on Appveyor due to conda-forge dependen…
Browse files Browse the repository at this point in the history
…cy issues
  • Loading branch information
jsiirola committed Mar 16, 2020
1 parent 0c859c5 commit 4d75279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ environment:
- PYTHON_VERSION: 3.6
PYTHON: "C:\\Miniconda36"
CATEGORY: "nightly"
EXTRAS: YES
# [200316]: disable extras because of installation dependency
# issues on appveyor
#EXTRAS: YES

- PYTHON_VERSION: 3.7
PYTHON: "C:\\Miniconda37"
Expand Down

0 comments on commit 4d75279

Please sign in to comment.