diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index b0d271c..0959801 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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