From aaa61183047ecb10fdfb90d78a3687d8660627cc Mon Sep 17 00:00:00 2001 From: tovrstra Date: Thu, 25 Mar 2021 12:11:23 +0100 Subject: [PATCH] Do not assume PATH is set correctly --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 876c6292d..4f5d9e79e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,10 +58,10 @@ jobs: if [[ -n "${GITHUB_HEAD_REF}" ]]; then ROBERTO_GIT_MERGE_BRANCH=${GITHUB_SHA} \ ROBERTO_GIT_BRANCH=${GITHUB_BASE_REF} \ - rob + python -m roberto else ROBERTO_TESTENV_USE=venv \ - rob robot + python -m roberto robot fi @@ -103,4 +103,4 @@ jobs: python -m pip install roberto>=2.0.0 - name: Test and deploy with Roberto run: | - rob robot + python -m roberto robot