diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 72a86c92e..288c7ea18 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -211,11 +211,6 @@ jobs: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - - name: Install python dependencies run: | python -m pip install --user --upgrade pip