fix: fix python setup in minishift test (#1115)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
pull/1117/head
Mykhailo Kuznietsov 2021-10-01 09:22:55 +03:00 committed by GitHub
parent 1af912b6de
commit 597d9cdedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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