Skip to content

Commit

Permalink
Merge pull request #132 from getkuby/integration_python3
Browse files Browse the repository at this point in the history
Attempt to use Python3 in integration tests (node dependency)
  • Loading branch information
camertron authored Aug 7, 2023
2 parents 24a3b92 + 00d676a commit f0c7f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: '16'
- uses: actions/setup-python@v4
with:
python-version: '2.7.x'
python-version: '3.x'
- name: Install Bundler
run: gem install bundler
- name: Install Kind
Expand Down

0 comments on commit f0c7f67

Please sign in to comment.