Skip to content

Commit f0c7f67

Browse files
authored
Merge pull request #132 from getkuby/integration_python3
Attempt to use Python3 in integration tests (node dependency)
2 parents 24a3b92 + 00d676a commit f0c7f67

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)