Skip to content

Commit 95c068e

Browse files
committed
wip
1 parent a7cab82 commit 95c068e

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: install-reqs
3030
run: |
3131
python -m pip install --upgrade tox virtualenv setuptools pip
32-
python -m pip install -U -r requirements/dev.txt
32+
python -m pip install -U -r requirements-dev.txt
3333
- name: run-tests
3434
run: pytests tests --cov=100
3535
- name: run-pyrefly

0 commit comments

Comments
 (0)