aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-09-17 21:43:49 +0100
committerGravatar Chris Lovering <[email protected]>2022-09-17 21:43:49 +0100
commit0c47f20fe475c1362e0e70fe769bfa0955bff33e (patch)
tree35f211f07e91cb44a239a7abd4ea31e49dc73ccc /.github
parentAdd 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.yml2
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: