diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5f888cc9..20005d7d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,7 @@ jobs: - name: Upgrade pip run: | - pip install --constraint=.github/workflows/constraints.txt pip + pip install --force-reinstall --constraint=.github/workflows/constraints.txt pip pipx pip --version - name: Install Poetry run: |