From 597d9cdedf72d79ea60c8f0ef7280b82d2c8fe1b Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Fri, 1 Oct 2021 09:22:55 +0300 Subject: [PATCH] fix: fix python setup in minishift test (#1115) Signed-off-by: Mykhailo Kuznietsov --- .github/workflows/minishift-stable-operator-update.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/minishift-stable-operator-update.yaml b/.github/workflows/minishift-stable-operator-update.yaml index 6374638be..3d2e80922 100644 --- a/.github/workflows/minishift-stable-operator-update.yaml +++ b/.github/workflows/minishift-stable-operator-update.yaml @@ -28,6 +28,10 @@ jobs: minishift start --memory=5500 --vm-driver=virtualbox --registry-mirror=https://quay.io - name: Install chectl run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next + - name: Set up Python 3.6 + uses: actions/setup-python@v2 + with: + python-version: 3.6 - name: Install yq and pysemver run: | pip3 install operator-courier==2.1.7