Skip to content

Commit eb73428

Browse files
committed
remove tox-gh-actions
1 parent b365a7b commit eb73428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install setuptools tox tox-gh-actions
30+
pip install setuptools tox
3131
- name: Run tests
3232
run: |
3333
tox -e py3

0 commit comments

Comments
 (0)