@@ -30,25 +30,30 @@ jobs:
30
30
matrix :
31
31
config :
32
32
- os : ubuntu-20.04
33
- runs_on : ubuntu-latest
33
+ runs_on : ubuntu-20.04
34
34
container : ubuntu:20.04
35
35
py_platform : manylinux_2_31_x86_64
36
36
python_version : " 3.7"
37
37
- os : ubuntu-20.04
38
- runs_on : ubuntu-latest
38
+ runs_on : ubuntu-20.04
39
39
container : ubuntu:20.04
40
40
py_platform : manylinux_2_31_x86_64
41
41
python_version : " 3.8"
42
42
- os : ubuntu-20.04
43
- runs_on : ubuntu-latest
43
+ runs_on : ubuntu-20.04
44
44
container : ubuntu:20.04
45
45
py_platform : manylinux_2_31_x86_64
46
46
python_version : " 3.9"
47
47
- os : ubuntu-20.04
48
- runs_on : ubuntu-latest
48
+ runs_on : ubuntu-20.04
49
49
container : ubuntu:20.04
50
50
py_platform : manylinux_2_31_x86_64
51
51
python_version : " 3.10"
52
+ - os : ubuntu-20.04
53
+ runs_on : ubuntu-20.04
54
+ container : ubuntu:20.04
55
+ py_platform : manylinux_2_31_x86_64
56
+ python_version : " 3.11.0"
52
57
env :
53
58
DEBIAN_FRONTEND : noninteractive
54
59
steps :
@@ -70,15 +75,15 @@ jobs:
70
75
liburdfdom-dev liboctomap-dev liborocos-kdl-dev libpcl-dev
71
76
libflann-dev libjsoncpp-dev libyaml-cpp-dev git cmake ninja-build
72
77
build-essential autoconf automake libtool bison libpcre2-dev libpcre3-dev
73
- lcov libbullet-dev libbullet-extras-dev patchelf python3-venv -y -qq
78
+ lcov libbullet-dev libbullet-extras-dev python3-venv -y -qq
74
79
- uses : actions/setup-python@v4
75
80
id : setup-python
76
81
with :
77
82
python-version : ' ${{ matrix.config.python_version }}'
78
83
- name : pip
79
84
run : |
80
85
python -m pip install --upgrade pip
81
- python -m pip install auditwheel wheel numpy setuptools colcon-common-extensions vcstool
86
+ python -m pip install auditwheel wheel numpy setuptools colcon-common-extensions vcstool patchelf
82
87
- name : vcs import
83
88
working-directory : ws/src
84
89
run : vcs import --input tesseract_python/dependencies_with_ext.rosinstall
@@ -133,6 +138,10 @@ jobs:
133
138
vcpkg_triplet : x64-windows-release
134
139
cmake_arch : x64
135
140
python_version : " 3.10"
141
+ - arch : x64
142
+ vcpkg_triplet : x64-windows-release
143
+ cmake_arch : x64
144
+ python_version : " 3.11.0"
136
145
steps :
137
146
- uses : actions/checkout@v2
138
147
with :
0 commit comments