From 00d676a2c502993b9d786a40379ecea5911b22a2 Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Mon, 7 Aug 2023 14:10:50 -0700 Subject: [PATCH] Attempt to use Python3 in integration tests (node dependency) --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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