Skip to content

Commit

Permalink
CI: Simplify 'pip' commands
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Mar 24, 2021
1 parent 4515269 commit 5d8ef2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
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: pip install coveralls
- run: pip install .
- run: coverage run --source=yamllint -m unittest discover
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop

0 comments on commit 5d8ef2e

Please sign in to comment.