We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddfd55 commit 24916d3Copy full SHA for 24916d3
1 file changed
.github/workflows/mike-deploy.yml
@@ -17,11 +17,11 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v3
19
with:
20
- python-version: '3.11'
+ python-version: '3.*'
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install "setuptools>=8.0.0,<8.1.0"
+ pip install "setuptools<81"
25
pip install -r requirements/requirements.txt
26
pip install mike==1.1.2
27
- name: Config Git
0 commit comments