Skip to content

Commit

Permalink
Just install virtualenv as a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 8, 2023
1 parent df8acf5 commit 7ed5045
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
platform:
- ubuntu-latest
- macos-latest
#- ubuntu-latest
#- macos-latest
- windows-latest
include:
- python: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =
# workaround for #67
pip >= 23; platform_system == "windows"
virtualenv; platform_system == "windows" and python_version < "3.9"
setenv =
PYTHONWARNDEFAULTENCODING = 1
commands =
Expand Down

0 comments on commit 7ed5045

Please sign in to comment.