Skip to content

Commit cdb4e15

Browse files
committed
Don't run the tox matrix
1 parent 49c4331 commit cdb4e15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install tox black
34+
pip install black -r python/requirements.txt
3535
- name: Reformat
3636
run: |
3737
cd python; black --check .
38-
- name: Test with tox
38+
- name: Run tests
3939
run: |
40-
cd python; tox
40+
cd python; nosetests

0 commit comments

Comments
 (0)