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 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 }}
You can’t perform that action at this time.
0 commit comments