Skip to content

Commit 7b2b494

Browse files
committed
fix: removed fixed dependencies
1 parent 8636705 commit 7b2b494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
53-
pip install "flake8==6.1.0" "pyflakes<2.6.0" "importlib-metadata<5.0.0" pytest coveralls ddtrace
53+
pip install "flake8==6.1.0" pytest coveralls ddtrace
5454
- name: Lint with flake8
5555
run: |
5656
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)