Skip to content

Commit ff3fef0

Browse files
committed
ci
1 parent b7ed4ad commit ff3fef0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
python -m pip install --upgrade pip tox
30-
pip install flake8 pytest
31-
pip install -r tests/requirements.txt
29+
python -m pip install --upgrade pip
30+
python -m pip install -r tests/requirements.txt
3231
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3332
- name: Lint with flake8
3433
run: |

0 commit comments

Comments
 (0)