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 a7cab82 commit 95c068eCopy full SHA for 95c068e
.github/workflows/tox.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: install-reqs
30
run: |
31
python -m pip install --upgrade tox virtualenv setuptools pip
32
- python -m pip install -U -r requirements/dev.txt
+ python -m pip install -U -r requirements-dev.txt
33
- name: run-tests
34
run: pytests tests --cov=100
35
- name: run-pyrefly
0 commit comments