From 5d8ef2ea2318f941b6bfe508b479f873bb8294b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 24 Mar 2021 17:14:38 +0100 Subject: [PATCH] CI: Simplify 'pip' commands --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e4b599..54fa582 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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