Skip to content

Commit 91f6b36

Browse files
committed
add setuptools
1 parent b0e28f9 commit 91f6b36

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
3535
- name: Install package and test dependencies
3636
run: |
37+
python -m pip install --upgrade "pip<24.0"
3738
pip install -r requirements.txt
3839
pip install pytest pytest-cov
3940
python setup.py develop

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
5151
- name: Install package and test dependencies
5252
run: |
53+
python -m pip install --upgrade "pip<24.0"
5354
pip install -r requirements.txt
5455
pip install pytest pytest-cov
5556
python setup.py develop

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ vidio
1616
pytorch_lightning==1.6.5
1717
ruff>=0.1.0
1818
pre-commit>=2.20.0,<3.0.0
19+
setuptools<68.0.0

0 commit comments

Comments
 (0)