From 51511ecfee08958080dbb0a9c8dbe881bec7c9b3 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 23 Oct 2023 11:01:03 -0700 Subject: [PATCH] remove python setup for pre-existing container --- .github/workflows/integration.yml | 5 ----- 1 file changed, 5 deletions(-) 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