Skip to content

Commit 968c1e3

Browse files
committed
Downgrade setuptools from 82.0.0 to 81.0.0
The package pkg_resources is required by mkdocs but has been removed from latest 82.0.0 version of setuptools, therefore we need to downgrade to use 81.0.0 version of setuptools.
1 parent 11f1c8a commit 968c1e3

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)