Skip to content

Commit

Permalink
ci(docker): Try to get py matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Dec 12, 2023
1 parent 810007b commit d37754d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3.10]
python-version:
- "3.9"
- "3.10"

# Start a local registry to which we will push trame-common, so that
# docker buildx may access it in later steps.
Expand Down

0 comments on commit d37754d

Please sign in to comment.