We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604aadd commit 787c1ccCopy full SHA for 787c1cc
.github/workflows/_integration_test.yml
@@ -10,6 +10,7 @@ on:
10
description: "From which folder this pipeline executes"
11
12
env:
13
+ PYTHON_VERSION: "3.9"
14
POETRY_VERSION: "1.7.1"
15
16
jobs:
@@ -64,4 +65,4 @@ jobs:
64
65
66
# grep will exit non-zero if the target message isn't found,
67
# and `set -e` above will cause the step to fail.
- echo "$STATUS" | grep 'nothing to commit, working tree clean'
68
+ echo "$STATUS" | grep 'nothing to commit, working tree clean'
0 commit comments