Skip to content

Commit 01b0ffc

Browse files
committed
Fix typo
1 parent 7ac22f1 commit 01b0ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install codecov tox tox-github-actions
41+
pip install codecov tox tox-gh-actions
4242
4343
# with "-e py" tox runs the python version of the current environment
4444
- name: Unittests with tox

0 commit comments

Comments
 (0)