Skip to content

Commit 2f220d0

Browse files
committed
pin python to 3.12.3
1 parent 04f93ef commit 2f220d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.12
34+
python-version: 3.12.3
3535

3636
- name: Install dependencies
3737
env:

0 commit comments

Comments
 (0)