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 c5b79b0 commit 9e386efCopy full SHA for 9e386ef
.github/workflows/tox.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade tox virtualenv setuptools pip
32
python -m pip install -U -r requirements-dev.txt
33
+ python -m pip install -e .
34
- name: run-tests
35
run: pytest tests --cov=100
36
- name: run-pyrefly
0 commit comments