Skip to content

Commit

Permalink
Fix AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jul 30, 2020
1 parent ac32042 commit f0c59f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install:
before_build:
- cmd: py -3.5 -m pip install --user requests
- cmd: git submodule update --init --recursive
- ps: >
if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER -And $env:APPVEYOR_REPO_BRANCH -Eq "master")
{
Expand Down

0 comments on commit f0c59f2

Please sign in to comment.