Skip to content

Commit b64a5b0

Browse files
committed
specify py_ver for debian
1 parent a496a73 commit b64a5b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/conan.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,22 @@ jobs:
157157
platform: linux_aarch64-debian-bullseye
158158
image: debian:bullseye
159159
runs_on: buildjet-8vcpu-ubuntu-2204-arm
160+
py_ver: '3.9'
160161
- target: x86_64-debian-bullseye
161162
platform: linux_x86_64-debian-bullseye
162163
image: debian:bullseye
163164
runs_on: buildjet-8vcpu-ubuntu-2204
165+
py_ver: '3.9'
164166
- target: aarch64-debian-bookworm
165167
platform: linux_aarch64-debian-bookworm
166168
image: debian:bookworm
167169
runs_on: buildjet-8vcpu-ubuntu-2204-arm
170+
py_ver: '3.11'
168171
- target: x86_64-debian-bookworm
169172
platform: linux_x86_64-debian-bookworm
170173
image: debian:bookworm
171174
runs_on: buildjet-8vcpu-ubuntu-2204
175+
py_ver: '3.11'
172176

173177
steps:
174178
- name: Checkout Code
@@ -190,9 +194,6 @@ jobs:
190194
gpg \
191195
less \
192196
ninja-build \
193-
python3 \
194-
python3-pip \
195-
python3-venv \
196197
software-properties-common \
197198
sudo \
198199
wget
@@ -210,6 +211,8 @@ jobs:
210211
211212
- name: Setup python
212213
uses: actions/setup-python@v5
214+
with:
215+
python-version: ${{ matrix.py_ver }}
213216

214217
- name: Setup conan
215218
uses: conan-io/setup-conan@v1

0 commit comments

Comments
 (0)