diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6938e6..581944c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,8 @@ jobs: - name: Install project dependencies run: | - python -m pip install -U pip codecov tox tox-gh-actions + pip install --upgrade pip + pip install codecov tox tox-gh-actions - name: Run tests with tox run: tox