Skip to content

Commit 16aa903

Browse files
committed
Point to the main version of dd-trace-py
1 parent e63433a commit 16aa903

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_layer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222

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+
2328
- name: Build layer for Python ${{ matrix.python_version }} on ${{ matrix.arch }}
2429
run: |
2530
echo "Building layer for Python ${{ matrix.python_version }} on ${{ matrix.arch }}"

0 commit comments

Comments
 (0)