Skip to content

Commit 9b06393

Browse files
test
1 parent 9ca4937 commit 9b06393

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
fetch-depth: 0
5050
submodules: 'recursive'
5151

52+
- run: echo $FOOBAR
53+
env:
54+
FOO: ${{ inputs.run-eol-python-version }}
55+
BAR: ${{ inputs.python-version }}
56+
FOOBAR: ${{ inputs.run-eol-python-version == 'true' && '3.9' || inputs.python-version }}
57+
5258
- name: Setup Python
5359
uses: actions/setup-python@v5
5460
with:

0 commit comments

Comments
 (0)