Skip to content

Commit 5f54425

Browse files
authored
Merge pull request #1894 from uvindra/PE
Downgrade setuptools from 82.0.0 to 81.0.0
2 parents 2ad5f35 + 968c1e3 commit 5f54425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: |
2828
echo "Installing Python dependencies"
2929
pip install --upgrade pip # Ensure pip is up-to-date
30-
pip install setuptools==82.0.0
30+
pip install setuptools==81.0.0
3131
pip install zipp==3.0.0
3232
pip install pathlib2==2.3.5
3333
pip install -U --upgrade mkdocs==1.4.2

0 commit comments

Comments
 (0)