We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c068e commit c5b79b0Copy full SHA for c5b79b0
.github/workflows/tox.yml
@@ -31,6 +31,6 @@ jobs:
31
python -m pip install --upgrade tox virtualenv setuptools pip
32
python -m pip install -U -r requirements-dev.txt
33
- name: run-tests
34
- run: pytests tests --cov=100
+ run: pytest tests --cov=100
35
- name: run-pyrefly
36
run: pyrefly check nbqa
0 commit comments