Skip to content

Commit

Permalink
workaround: fixate python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Dec 5, 2024
1 parent 3e2b9f6 commit 1fd59b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
needs:
- package
container:
image: python:alpine
image: python:3.12-alpine
steps:
- name: install git
run: |
Expand Down

0 comments on commit 1fd59b5

Please sign in to comment.