Skip to content

Commit d6e7aa1

Browse files
committed
[BUILD] Fix gh actions CI
1 parent 3a84cc9 commit d6e7aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: '3.x'
31+
python-version: '3.12.3' # matches the Dockerfile builder
3232
- name: Build package
3333
run: |
3434
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)