From 754a7f2bc58cc40a4275bedfa637d76e272e4792 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 10 Mar 2023 17:35:29 +0100 Subject: [PATCH] Revert --- .github/workflows/codespell-private.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index 967199a959d..2903229caee 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -41,7 +41,7 @@ jobs: - name: Install dependencies run: | python --version # just to check - pip install -upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors + pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors pip install --upgrade "setuptools!=47.2.0" docutils setuptools_scm[toml] twine pip install aspell-python-py3 pip install -e ".[dev]" # install the codespell dev packages @@ -68,7 +68,7 @@ jobs: with: persist-credentials: false - name: Install general dependencies - run: pip install -upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors + run: pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors - name: Install codespell dependencies run: pip install -e ".[dev]" - uses: codespell-project/sort-problem-matcher@v1