Skip to content

Commit 94ca752

Browse files
committed
added tox to requirements for github
1 parent 48d5c77 commit 94ca752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --upgrade pip
24+
python -m pip install --upgrade pip tox
2525
- name: Test with tox
2626
run: tox

0 commit comments

Comments
 (0)