Skip to content

Commit

Permalink
AppVeyor: Force python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Mar 26, 2022
1 parent 97b56d7 commit ef9d844
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ init:

install:
- echo PATH=%PATH%
- python --version
- pip --version
- pip install -r requirements-ci.txt
- pip install .
- python3 --version
- pip3 --version
- pip3 install -r requirements-ci.txt
- pip3 install .
# This will report setuptools and wheel
- pip freeze --all
- pip3 freeze --all

test_script:
- ksconf --version
Expand Down

0 comments on commit ef9d844

Please sign in to comment.