Commit 804ab3b 1 parent ddcb594 commit 804ab3b Copy full SHA for 804ab3b
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ sudo apt-get install -y --no-install-recommends ${other_pkgs} ${python3_pkgs}
10
10
sudo pip3 install colcon-common-extensions xmlrunner pygccxml pyplusplus
11
11
12
12
if [ ` lsb_release -a | grep Release | grep 22.04 | wc -l` == 1 ]; then
13
- TMPFILE=$( mktemp)
14
- echo " deb https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu/ jammy main" > ${TMPFILE}
15
- sudo mv ${TMPFILE} /etc/apt/sources.list.d/deadsnakes-ubuntu-ppa-jammy.list
13
+ sudo add-apt-repository ppa:deadsnakes/ppa
16
14
sudo apt-get update
17
15
sudo apt-get install -y libpython3.8-dev python3.8
18
16
sudo python3.8 -m ensurepip --upgrade
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
strategy :
18
18
matrix :
19
19
include :
20
- - python3 .8
21
- PYTHON_BINDING_VERSION : " 3.8"
22
- - python3 .10
23
- PYTHON_BINDING_VERSION : " 3.10"
20
+ - python : v3 .8
21
+ PYTHON_BINDING_VERSION : " 3.8"
22
+ - python : v3 .10
23
+ PYTHON_BINDING_VERSION : " 3.10"
24
24
env :
25
25
WHEEL_PLATFORM : manylinux_2_28_x86_64
26
26
PYTHON_BINDING_VERSION : ${{ matrix.PYTHON_BINDING_VERSION }}
You can’t perform that action at this time.
0 commit comments