Skip to content

Commit 22682ff

Browse files
committed
Fix ci
1 parent 7d7a4f0 commit 22682ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: 3.8
1616
- name: Install dependencies
1717
run: |
18-
pip install -r requirements.txt
18+
pip install --upgrade -r requirements.txt
1919
- name: Build Sphinx docs
2020
run: |
2121
make -C docs html

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx
2-
sphinx_rtd_theme --upgrade
2+
sphinx_rtd_theme
33
sphinx_copybutton

0 commit comments

Comments
 (0)