Skip to content

Commit

Permalink
CI: Fix failing 'coverage' command because of $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Mar 24, 2021
1 parent 66bf76a commit 1a6acc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
- name: Fix GitHub Actions path
# https://github.com/actions/virtual-environments/issues/2455
run: echo /home/runner/.local/bin >>$GITHUB_PATH
- run: python -m pip install coveralls
- run: python -m pip install .
- run: coverage run --source=yamllint -m unittest discover
Expand Down

0 comments on commit 1a6acc2

Please sign in to comment.