Skip to content

Commit a13e10c

Browse files
committed
Install setuptools with compatible version
1 parent a8c6cf7 commit a13e10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
poetry-version: 1.2.1
1717

18+
- name: Install setuptools with compatible version
19+
run: pip install setuptools==59.6.0
20+
1821
- name: Install Dependencies
1922
run: poetry install
2023

0 commit comments

Comments
 (0)