Skip to content

Commit 2444963

Browse files
authored
Merge pull request #137 from amadeus4dev/fix-release-workflow
Fix release workflow
2 parents f80b310 + 4b3a68c commit 2444963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install sphinx
24+
python -m pip install sphinx==1.7.2
2525
pip install tox
26-
pip install sphinx_rtd_theme
26+
pip install sphinx_rtd_theme==0.2.4
2727
pip install virtualenv==20.0.1
2828
- name: Test with tox
2929
run: |

0 commit comments

Comments
 (0)