Skip to content

Commit

Permalink
See above.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Apr 28, 2020
1 parent 1141dfe commit a4eaeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ install:
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6
- "%CMD_IN_ENV% pip install -r requirements.txt
- "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6"
- "%CMD_IN_ENV% pip install -r requirements.txt"

build_script:
# Build the compiled extension
Expand Down

0 comments on commit a4eaeea

Please sign in to comment.