Skip to content

Commit

Permalink
Merge pull request #1343 from jsiirola/appveyor-36-extras
Browse files Browse the repository at this point in the history
Remove 'extras' for Python3.6 on Appveyor
  • Loading branch information
blnicho authored Mar 16, 2020
2 parents 6c5362f + 4d75279 commit 698294d
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 698294d

Please sign in to comment.