Skip to content

Commit f1c8d2c

Browse files
authored
Fix mike deployment workflow (#470)
Signed-off-by: Dan Sun <[email protected]>
1 parent c81f55e commit f1c8d2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ jobs:
2020
submodules: recursive
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
architecture: x64
27-
cache: 'pip'
28-
cache-dependency-path: './requirements.txt'
2926

3027
- name: Install Python dependencies
3128
run: python3 -m pip install -r ./requirements.txt

0 commit comments

Comments
 (0)