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 112b304 commit 2da7ef4Copy full SHA for 2da7ef4
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- pip install -r envs.requirements-dev.txt
+ pip install -r envs/requirements-dev.txt
36
pip install -e .
37
38
- name: Run unit tests
0 commit comments