diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08b4f93..c94f264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install package and its dependencies - run: pip install -e .[dev] + run: | + pip install --upgrade pip + pip install -e .[dev] - name: Run pytest run: pytest -v --cov --cov-report json