Skip to content

Commit

Permalink
reinstall python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Nov 8, 2019
1 parent 6776cf2 commit 3b16249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ build_script:

# install the wheel
- ps: python -m pip install --upgrade pip
- ps: python -m pip install (gci dist\*.whl | % { "$_" })
- ps: python -m pip install --upgrade --force-reinstall (gci dist\*.whl | % { "$_" })
- ps: python -m pip freeze
- ps: move fiona fiona.build

Expand Down

0 comments on commit 3b16249

Please sign in to comment.