Skip to content

Commit

Permalink
Proper templating
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Jan 26, 2022
1 parent ea4236c commit dcfafac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
container: python:{{ matrix.image-tag }}-bullseye
container: python:${{ matrix.image-tag }}-bullseye
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit dcfafac

Please sign in to comment.