Skip to content

Commit 18c8b04

Browse files
committed
Switch back to separate tox install
1 parent c784586 commit 18c8b04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- run: pipx install tox "poetry>=1.1.12,<2"
12+
- run: pipx install "poetry>=1.1.12,<2"
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version-file: pyproject.toml
1616
cache: 'poetry'
17+
- run: pip install tox
1718
- run: tox -e lint,py311-dj42
1819
test_compatibility:
1920
needs: test
@@ -41,11 +42,12 @@ jobs:
4142
# toxenv: py312-dj41
4243
steps:
4344
- uses: actions/checkout@v3
44-
- run: pipx install tox "poetry>=1.1.12,<2"
45+
- run: pipx install "poetry>=1.1.12,<2"
4546
- uses: actions/setup-python@v4
4647
with:
4748
python-version: ${{ matrix.python }}
4849
allow-prereleases: true
50+
- run: pip install tox
4951
- run: tox -q
5052
env:
5153
TOXENV: ${{ matrix.toxenv }}

0 commit comments

Comments
 (0)