Skip to content

Commit 705ad67

Browse files
committed
ci: Adjust tox setup to version >= 4.x
1 parent de0e08f commit 705ad67

File tree

4 files changed

+295
-319
lines changed

4 files changed

+295
-319
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}-ci
2121
- name: Install dependencies
2222
if: steps.cache.outputs.cache-hit != 'true'
23-
run: pip install tox==3.28.0 tox-poetry poetry # tox >= 4.0.0 breaks this whole setup...
23+
run: pip install tox poetry
2424
- name: flake8
2525
run: tox -e flake8
2626
- name: black

0 commit comments

Comments
 (0)