Skip to content

Commit 9cf66de

Browse files
committed
switch to non-slim python containers for gcc support, deploy from py3.10 instead of unsupported 3.8
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent ed7aaf2 commit 9cf66de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
lint:
1414
runs-on: ubuntu-20.04
15-
container: python:3.11-slim
15+
container: python:3.11
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
matrix:
4040
os: [ubuntu-20.04]
4141
python-version: ["3.9", "3.10", "3.11", "3.12"]
42-
container: python:${{ matrix.python-version }}-slim
42+
container: python:${{ matrix.python-version }}
4343
steps:
4444
- uses: actions/checkout@v3
4545
- name: Install dependencies
@@ -91,7 +91,7 @@ jobs:
9191
needs: [lint, test]
9292
if: startsWith(github.ref, 'refs/tags/v')
9393
runs-on: ubuntu-20.04
94-
container: python:3.8-slim
94+
container: python:3.10
9595
steps:
9696
- uses: actions/checkout@v3
9797
- name: Install dependencies

0 commit comments

Comments
 (0)