Skip to content

Commit 24916d3

Browse files
committed
fit:修复setuptools
1 parent 7ddfd55 commit 24916d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mike-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v3
1919
with:
20-
python-version: '3.11'
20+
python-version: '3.*'
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install "setuptools>=8.0.0,<8.1.0"
24+
pip install "setuptools<81"
2525
pip install -r requirements/requirements.txt
2626
pip install mike==1.1.2
2727
- name: Config Git

0 commit comments

Comments
 (0)