Skip to content

Commit bcc374b

Browse files
fix compile error.
1 parent 877ad51 commit bcc374b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements/requirements.txt
27-
pip install mike==1.1.2
27+
pip install mike==1.1.2 setuptools
2828
python -m pip install --upgrade pip setuptools wheel
2929
- name: Config Git
3030
run: |

0 commit comments

Comments
 (0)