From da37e20c267dd7a375145f29aa9a6cb48efacc35 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 30 Jan 2021 11:44:04 -0500 Subject: Fixed syntax error in `pip install` command for GitHub Actions Also: - Refactored do_history command to extract a helper method to fix a flake8 warning about high complexity --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8aedfb2..1e037344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Install python prerequisites if: steps.cache-deps.outputs.cache-hit != 'true' run: | - pip install -Ur pip install flake8 nox + pip install -U pip flake8 nox python setup.py develop - name: Lint if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_LATEST -- cgit v1.2.1