Skip to content

Commit 1787613

Browse files
author
shijiashuai
committed
fix: resolve CI workflow failures
1 parent d90d4b2 commit 1787613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.11'
36-
cache: pip
36+
cache: pip
3737

3838
- name: Check Python formatting
3939
run: |
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/setup-python@v5
102102
with:
103103
python-version: '3.11'
104-
cache: pip
104+
cache: pip
105105

106106
- name: Install Sphinx
107107
run: |
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/setup-python@v5
135135
with:
136136
python-version: '3.11'
137-
cache: pip
137+
cache: pip
138138

139139
- name: Run pre-commit
140140
uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)