Skip to content

Commit

Permalink
test: ghactions py311, fix tox4
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Feb 26, 2023
1 parent faf318c commit 97f3726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11-dev"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ envlist =

# Workaround for Vagrant
#toxworkdir={toxinidir}/.tox # default
toxworkdir={homedir}/.tox/pyunpack
toxworkdir={env:HOME}/.tox/pyunpack

[testenv]
deps = -rrequirements-test.txt
Expand Down

0 comments on commit 97f3726

Please sign in to comment.