mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
CI: Fix failing 'coverage' command because of $PATH
Very probably due to: https://github.com/actions/virtual-environments/issues/2455#issuecomment-787511010
This commit is contained in:
parent
66bf76a362
commit
4515269233
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -45,6 +45,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.pyver }}
|
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 coveralls
|
||||||
- run: python -m pip install .
|
- run: python -m pip install .
|
||||||
- run: coverage run --source=yamllint -m unittest discover
|
- run: coverage run --source=yamllint -m unittest discover
|
||||||
|
Loading…
Reference in New Issue
Block a user