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 4515269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.pyver }}
- name: Fix GitHub Actions path
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 4515269

Please sign in to comment.