Skip to content

Commit 169bff4

Browse files
committed
update pip
1 parent 35b466e commit 169bff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
persist-credentials: false
12+
- name: update pip
13+
run: |
14+
python -m pip install --upgrade pip
1215
- name: build html
1316
uses: ammaraskar/sphinx-action@master
1417
with:

0 commit comments

Comments
 (0)