Skip to content

Commit 189b2f9

Browse files
authored
Merge pull request #592 from pytest-dev/fix-ci
Fix ci
2 parents 0056f97 + 23a7bd5 commit 189b2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -U setuptools
26-
pip install tox tox-gh-actions coverage[toml]
26+
pip install tox coverage[toml]
2727
- name: Type checking
2828
continue-on-error: true
2929
run: |

0 commit comments

Comments
 (0)