File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - run : pipx install tox "poetry>=1.1.12,<2"
12
+ - run : pipx install "poetry>=1.1.12,<2"
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version-file : pyproject.toml
16
16
cache : ' poetry'
17
+ - run : pip install tox
17
18
- run : tox -e lint,py311-dj42
18
19
test_compatibility :
19
20
needs : test
@@ -41,11 +42,12 @@ jobs:
41
42
# toxenv: py312-dj41
42
43
steps :
43
44
- uses : actions/checkout@v3
44
- - run : pipx install tox "poetry>=1.1.12,<2"
45
+ - run : pipx install "poetry>=1.1.12,<2"
45
46
- uses : actions/setup-python@v4
46
47
with :
47
48
python-version : ${{ matrix.python }}
48
49
allow-prereleases : true
50
+ - run : pip install tox
49
51
- run : tox -q
50
52
env :
51
53
TOXENV : ${{ matrix.toxenv }}
You can’t perform that action at this time.
0 commit comments