Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 6, 2019
1 parent fe09a31 commit a270d2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ environment:
# Workaround for https://github.com/conda/conda-build/issues/636
PYTHONIOENCODING: "UTF-8"

LABEL: 'main'
BRANCH: 'master'

matrix:
# Note: Because we have to separate the py2 and py3 components due to compiler version, we have a race condition for non-python packages.
# Not sure how to resolve this, but maybe we should be tracking the VS version in the build string anyway?
Expand All @@ -27,10 +30,6 @@ branches:
only:
- master

environment:
LABEL: 'main'
BRANCH: 'master'


install:
# If there is a newer build queued for the same PR, cancel this one.
Expand Down

0 comments on commit a270d2a

Please sign in to comment.