Skip to content

Commit df00a6f

Browse files
committed
fix: use actions/setup-python in the ci release job
1 parent 0e65b8f commit df00a6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
with:
5656
node-version: 22
5757
cache: "npm"
58+
- uses: actions/setup-python@v5
59+
with:
60+
python-version: "3.12"
61+
cache: "pip"
5862
- name: Install Dependencies
5963
run: |
6064
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)