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 a3b7e60 commit 12a9c81Copy full SHA for 12a9c81
.github/workflows/tests.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
- pip install tox tox-gh-actions
+ pip install 'tox>=4.0' tox-gh-actions
22
- name: Test with tox
23
run: tox
tox.ini
@@ -20,4 +20,4 @@ commands =
[testenv:flake8]
basepython = python3.13
deps = flake8
-commands = flake8 dashio Examples tests utilities
+commands = flake8 dashio tests utilities
0 commit comments