We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453c4e8 commit e8de255Copy full SHA for e8de255
makefile
@@ -6,7 +6,7 @@ default: build
6
@gpg --decrypt --batch --passphrase "$(GPG_PASSPHRASE)" .github.env.gpg >.github.env
7
8
github-env: .github.env
9
- @docker run --rm python:3.7 python -c 'import uuid; print("SUFFIX=%s" % uuid.uuid4())' >>"$(GITHUB_ENV)"
+ @docker run --rm python:3.12 python -c 'import uuid; print("SUFFIX=%s" % uuid.uuid4())' >>"$(GITHUB_ENV)"
10
@sed 's/^export //' <.github.env >>"$(GITHUB_ENV)"
11
12
integration-tests:
0 commit comments