mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
CI: Simplify 'pip' commands
This commit is contained in:
parent
4515269233
commit
5d8ef2ea23
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -47,8 +47,8 @@ jobs:
|
|||||||
python-version: ${{ matrix.pyver }}
|
python-version: ${{ matrix.pyver }}
|
||||||
- name: Fix GitHub Actions path
|
- name: Fix GitHub Actions path
|
||||||
run: echo /home/runner/.local/bin >>$GITHUB_PATH
|
run: echo /home/runner/.local/bin >>$GITHUB_PATH
|
||||||
- run: python -m pip install coveralls
|
- run: pip install coveralls
|
||||||
- run: python -m pip install .
|
- run: pip install .
|
||||||
- run: coverage run --source=yamllint -m unittest discover
|
- run: coverage run --source=yamllint -m unittest discover
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: AndreMiras/coveralls-python-action@develop
|
uses: AndreMiras/coveralls-python-action@develop
|
||||||
|
Loading…
Reference in New Issue
Block a user