Skip to content

Commit cbcdd96

Browse files
committed
update ci.
1 parent 4b6e924 commit cbcdd96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git submodule update --init --recursive
8686
python -m pip install --upgrade pip
87-
python -m pip install -r requirements.txt
87+
python -m pip install --src deps -r requirements.txt
8888
8989
- name: Build
9090
run: python -m pip install -v .

0 commit comments

Comments
 (0)