Skip to content

Commit 190f97c

Browse files
hackathonhackathon
authored andcommitted
adding no deps
1 parent 6102bd3 commit 190f97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/layer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies to python/
2828
run: |
2929
mkdir -p python
30-
pip install -r backend/requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: -t python/
30+
pip install -r backend/requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: --no-deps -t python/
3131
3232
- name: Clean up unnecessary files
3333
run: |

0 commit comments

Comments
 (0)