Skip to content

Commit 9b5027a

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 04a362e commit 9b5027a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/setup-python@v2
112112
id: setup-python
113113
with:
114-
python-version: ${{ os.PYTHON }}
114+
python-version: ${{ matrix.python-version }}
115115
architecture: x64
116116
- name: Setup Go
117117
id: setup-go
@@ -191,4 +191,4 @@ jobs:
191191
flags: integrationtests
192192
env_vars: OS,PYTHON
193193
fail_ci_if_error: true
194-
verbose: true
194+
verbose: true

0 commit comments

Comments
 (0)