We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21017 commit f5e2139Copy full SHA for f5e2139
2 files changed
.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