We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b8f8b commit 745bff2Copy full SHA for 745bff2
1 file changed
.github/workflows/compile-and-deploy.yml
@@ -23,9 +23,11 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
+ python -m pip install --upgrade pip setuptools wheel
27
pip install -r requirements/requirements.txt
28
+ pip install setuptools>=58.0.0
29
pip install mike==1.1.2
- python -m pip install --upgrade pip setuptools wheel
30
+
31
- name: Config Git
32
33
git config user.name "$(git log -n 1 --pretty=format:%an)"
0 commit comments