Skip to content

Commit 81685e2

Browse files
committed
build: fix python version on debian build
1 parent 4e0f983 commit 81685e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ jobs:
7979
- test
8080
- build-sdist
8181
steps:
82-
- name: Get cASO repo
82+
- name: Set up Python 3.12
83+
uses: actions/setup-python@v5
84+
with:
85+
python-version: 3.12
86+
8387
uses: actions/checkout@v3
8488
with:
8589
ref: ${{ github.ref_name }}

0 commit comments

Comments
 (0)