Skip to content

Commit 00d676a

Browse files
committed
Attempt to use Python3 in integration tests (node dependency)
1 parent 24a3b92 commit 00d676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: '16'
3131
- uses: actions/setup-python@v4
3232
with:
33-
python-version: '2.7.x'
33+
python-version: '3.x'
3434
- name: Install Bundler
3535
run: gem install bundler
3636
- name: Install Kind

0 commit comments

Comments
 (0)