Skip to content

Commit b3b67c2

Browse files
committed
skip ddog source integration for now
1 parent d063571 commit b3b67c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/upgrade-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ 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" ddtrace
33+
python${{ matrix.python-version }} -m pip install --upgrade pip "pip-tools<7.5"
3434
cd ${{ matrix.package }}
35-
python${{ matrix.python-version }} -m piptools compile -v --upgrade --resolver=backtracking -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
35+
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
3737
- name: Detect changes
3838
id: changes

mpcontribs-api/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
import ddtrace.sourcecode.setuptools_auto # noqa: F401
32
import datetime
43
from setuptools import setup
54

0 commit comments

Comments
 (0)