There was an error while loading. Please reload this page.
1 parent 4b6e924 commit cbcdd96Copy full SHA for cbcdd96
1 file changed
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
git submodule update --init --recursive
86
python -m pip install --upgrade pip
87
- python -m pip install -r requirements.txt
+ python -m pip install --src deps -r requirements.txt
88
89
- name: Build
90
run: python -m pip install -v .
0 commit comments