Skip to content

Commit 2da7ef4

Browse files
Update ci.yaml
1 parent 112b304 commit 2da7ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install -r envs.requirements-dev.txt
35+
pip install -r envs/requirements-dev.txt
3636
pip install -e .
3737
3838
- name: Run unit tests

0 commit comments

Comments
 (0)