Skip to content

Commit 745bff2

Browse files
authored
Update compile-and-deploy.yml
1 parent a6b8f8b commit 745bff2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/compile-and-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26+
python -m pip install --upgrade pip setuptools wheel
2627
pip install -r requirements/requirements.txt
28+
pip install setuptools>=58.0.0
2729
pip install mike==1.1.2
28-
python -m pip install --upgrade pip setuptools wheel
30+
2931
- name: Config Git
3032
run: |
3133
git config user.name "$(git log -n 1 --pretty=format:%an)"

0 commit comments

Comments
 (0)