Skip to content

Commit 5e2b401

Browse files
committed
Fuck github v2
1 parent 3da322f commit 5e2b401

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
python-version: '3.11'
3838

3939
- name: Upgrade packaging tooling
40-
run: python -m pip install -U pip setuptools wheel
40+
run: |
41+
python -m pip install -U pip wheel
42+
python -m pip install -U "setuptools<82.0.0"
4143
4244
- name: Install project dependencies
4345
run: |

0 commit comments

Comments
 (0)