Skip to content

Commit c5b79b0

Browse files
committed
wip
1 parent 95c068e commit c5b79b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
python -m pip install --upgrade tox virtualenv setuptools pip
3232
python -m pip install -U -r requirements-dev.txt
3333
- name: run-tests
34-
run: pytests tests --cov=100
34+
run: pytest tests --cov=100
3535
- name: run-pyrefly
3636
run: pyrefly check nbqa

0 commit comments

Comments
 (0)