diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0690a8fa..eea34cde 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,8 +23,8 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install pip dependencies and our package - shell: bash -leo pipefail {0} run: | + python -m pip install --upgrade pip python -m pip install -e ".[all]" - name: Test