We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a5ab1 commit c784586Copy full SHA for c784586
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- - run: pipx install "tox poetry>=1.1.12,<2"
+ - run: pipx install tox "poetry>=1.1.12,<2"
13
- uses: actions/setup-python@v4
14
with:
15
python-version-file: pyproject.toml
@@ -41,7 +41,7 @@ jobs:
41
# toxenv: py312-dj41
42
43
44
45
46
47
python-version: ${{ matrix.python }}
0 commit comments