Skip to content

Commit 1d5a344

Browse files
Added python 3.11 install
1 parent f491a8b commit 1d5a344

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test-ubuntu-arm-no-container.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@ jobs:
2222
run: |
2323
sudo apt-get update -y
2424
sudo apt-get install -y --no-install-recommends \
25+
software-properties-common \
26+
python3.11 python3.11-distutils python3.11-venv python3.11-dev \
2527
libgirepository-1.0-1 \
2628
libgirepository1.0-dev \
2729
libglib2.0-dev \
2830
libglib2.0-dev-bin
31+
32+
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2
33+
sudo update-alternatives --set python3 /usr/bin/python3.11
34+
35+
curl -sS https://bootstrap.pypa.io/get-pip.py | sudo python3.11 -
36+
sudo python3.11 -m pip install --upgrade pip setuptools wheel pip-tools
2937
3038
- name: Mark repo as safe
3139
shell: bash

0 commit comments

Comments
 (0)