Skip to content

Commit c784586

Browse files
committed
Fix pipx install spec
1 parent 04a5ab1 commit c784586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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 tox "poetry>=1.1.12,<2"
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version-file: pyproject.toml
@@ -41,7 +41,7 @@ jobs:
4141
# toxenv: py312-dj41
4242
steps:
4343
- uses: actions/checkout@v3
44-
- run: pipx install "tox poetry>=1.1.12,<2"
44+
- run: pipx install tox "poetry>=1.1.12,<2"
4545
- uses: actions/setup-python@v4
4646
with:
4747
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)