We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d9c9c commit bed4928Copy full SHA for bed4928
.github/workflows/build_layer.yml
@@ -31,7 +31,7 @@ jobs:
31
PLATFORM_TAG="manylinux_2_17_aarch64"
32
fi
33
34
- pip download --no-deps --find-links https://dd-trace-py-builds.s3.amazonaws.com/main/index.html --pre --python-version "${{ matrix.python_version}}" --platform "${PLATFORM_TAG}" ddtrace
+ pip download --no-index --no-deps --find-links https://dd-trace-py-builds.s3.amazonaws.com/main/index.html --pre --python-version "${{ matrix.python_version}}" --platform "${PLATFORM_TAG}" ddtrace
35
echo "wheel_path=$(find . -name "*.whl" | head -n 1)" >> $GITHUB_OUTPUT
36
37
- name: Patch pyproject.toml
0 commit comments