Skip to content

Commit

Permalink
ci: use python -m
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 2, 2021
1 parent 7539894 commit 8fcaf10
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 @@ -21,9 +21,9 @@ install:
# Check that we have the expected version and architecture for Python
- "python --version"
# install
- "appveyor-retry pip install --upgrade pip wheel"
- "appveyor-retry python -m pip install --upgrade pip wheel"
# dependencies
- "appveyor-retry pip install -e .[CLI]"
- "appveyor-retry python -m pip install -e .[CLI]"
- "python -m pip freeze"

build: off
Expand Down

0 comments on commit 8fcaf10

Please sign in to comment.