File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- import ddtrace .sourcecode .setuptools_auto # noqa: F401
32import datetime
43from setuptools import setup
54
You can’t perform that action at this time.
0 commit comments