We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63433a commit 16aa903Copy full SHA for 16aa903
.github/workflows/build_layer.yml
@@ -20,6 +20,11 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v4
22
23
+ - name: Patch pyproject.toml
24
+ run: |
25
+ echo "Patching pyproject.toml to use main version of `dd-trace-py`"
26
+ sed -i '' 's|^ddtrace =.*$|ddtrace = { git = \"https://github.com/DataDog/dd-trace-py.git\" }|' pyproject.toml
27
+
28
- name: Build layer for Python ${{ matrix.python_version }} on ${{ matrix.arch }}
29
run: |
30
echo "Building layer for Python ${{ matrix.python_version }} on ${{ matrix.arch }}"
0 commit comments