diff --git a/.github/workflows/pipsource.yml b/.github/workflows/pipsource.yml index f8a32b6e..4c99aed3 100644 --- a/.github/workflows/pipsource.yml +++ b/.github/workflows/pipsource.yml @@ -27,7 +27,7 @@ jobs: - name: Install prerequisites (wip) if: ${{ github.event.inputs.wip == 'true' }} run: | - python3 -m pip install --user --extra-index-url https://test.pypi.org/simple/ -r .github/requirements.txt + python3 -m pip install --user -r .github/requirements.txt - name: Install prerequisites (release) if: ${{ github.event.inputs.wip == 'false' }}