We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6102bd3 commit 190f97cCopy full SHA for 190f97c
1 file changed
.github/workflows/layer.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies to python/
28
run: |
29
mkdir -p python
30
- pip install -r backend/requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: -t python/
+ pip install -r backend/requirements.txt --platform manylinux2014_x86_64 --only-binary=:all: --no-deps -t python/
31
32
- name: Clean up unnecessary files
33
0 commit comments