Skip to content

Commit 787c1cc

Browse files
authored
Update _integration_test.yml
1 parent 604aadd commit 787c1cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_integration_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
description: "From which folder this pipeline executes"
1111

1212
env:
13+
PYTHON_VERSION: "3.9"
1314
POETRY_VERSION: "1.7.1"
1415

1516
jobs:
@@ -64,4 +65,4 @@ jobs:
6465
6566
# grep will exit non-zero if the target message isn't found,
6667
# and `set -e` above will cause the step to fail.
67-
echo "$STATUS" | grep 'nothing to commit, working tree clean'
68+
echo "$STATUS" | grep 'nothing to commit, working tree clean'

0 commit comments

Comments
 (0)