diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 592f914..77873b7 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -17,6 +17,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.11" + - name: Update Pip + run: | + pip install -U pip - name: Install dependencies run: | pip install -r requirements.txt