Skip to content

Commit

Permalink
Merge pull request #1147 from mariocj89/pu/fix-ci
Browse files Browse the repository at this point in the history
ci: Pin virtualenv when running 3.4
  • Loading branch information
mariocj89 committed Jul 16, 2021
2 parents 28da62d + 38bce7b commit b3180d3
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 @@ -28,7 +28,7 @@ install:
- "ci_tools/retry.bat %PYTHON% updatezinfo.py"
# This environment variable tells the test suite it's OK to mess with the time zone.
- set DATEUTIL_MAY_CHANGE_TZ=1
- C:\Python36\python -m pip install -U tox
- C:\Python36\python -m pip install -U tox virtualenv==20.4.7

test_script:
- C:\Python36\scripts\tox
Expand Down

0 comments on commit b3180d3

Please sign in to comment.