Skip to content

Commit

Permalink
Do not assume PATH is set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Mar 25, 2021
1 parent 72ce585 commit aaa6118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit aaa6118

Please sign in to comment.