Skip to content

Commit 4349768

Browse files
committed
just bump ipdb dep
1 parent 29a3f4a commit 4349768

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nightly_core_functionality_tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
if: steps.pip-cache-step.outputs.cache-hit != 'true'
6868
run: |
6969
python -m pip install --upgrade pip
70-
python -m pip install "setuptools<58.0.0"
7170
pip install -r requirements.txt
7271
invoke requirements
7372

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ pythosf==0.0.9
1010
environs==3.0.0
1111
faker==0.9.0
1212
pre-commit==2.14.0
13-
ipdb==0.12.2
13+
ipdb==0.13.13
1414
black==22.3.0
1515
isort==5.9.3

0 commit comments

Comments
 (0)