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 559452d commit cc77559Copy full SHA for cc77559
1 file changed
.github/workflows/spec-pipeline.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install -r requirements.txt
25
- pip install pytest
+ python -m pip install -e .
+ python -m pip install pytest
26
27
- name: Run tests
28
run: pytest -q
0 commit comments