Skip to content

Commit 7ed7f41

Browse files
authored
need ddtrace dep for source code integration
1 parent 3906755 commit 7ed7f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Upgrade Python dependencies
3131
shell: bash
3232
run: |
33-
python${{ matrix.python-version }} -m pip install --upgrade pip "pip-tools<7.5"
33+
python${{ matrix.python-version }} -m pip install --upgrade pip "pip-tools<7.5" ddtrace
3434
cd ${{ matrix.package }}
3535
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
3636
python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt

0 commit comments

Comments
 (0)