diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9f272e..967278d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -e .[test] + pip install .[test] pip install tox-gh-actions - name: Run the tests run: tox