diff options
author | 2022-09-17 21:43:49 +0100 | |
---|---|---|
committer | 2022-09-17 21:43:49 +0100 | |
commit | 0c47f20fe475c1362e0e70fe769bfa0955bff33e (patch) | |
tree | 35f211f07e91cb44a239a7abd4ea31e49dc73ccc /.github | |
parent | Add a workflow to build base Python images with poetry (diff) |
Also build non-slim versions of Python
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98d2e61..3b27209 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - python_version: [3.9-slim, 3.10-slim, 3-slim] + python_version: ["3.9", 3.9-slim, "3.10", 3.10-slim, "3", 3-slim] runs-on: ubuntu-latest steps: |