From 824edae576c4109812fecb309faf874789cf9f47 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 30 Oct 2024 01:15:22 -0700 Subject: [PATCH] no container --- .github/workflows/test-action-linux-gh.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-action-linux-gh.yml b/.github/workflows/test-action-linux-gh.yml index 96a9e28af02..be25f21a504 100644 --- a/.github/workflows/test-action-linux-gh.yml +++ b/.github/workflows/test-action-linux-gh.yml @@ -98,8 +98,8 @@ jobs: - name: Setup Python Tools Scripts uses: ./.github/actions/setup-python-tools-scripts - with: - cache-prefix: ${{ inputs.cache-prefix }} + #with: + # cache-prefix: ${{ inputs.cache-prefix }} env: PIP_INDEX_URL: https://pypi.org/simple @@ -111,8 +111,8 @@ jobs: test: name: Test runs-on: linux-${{ inputs.arch }} - container: - image: ubuntu:20.04 + #container: + # image: ubuntu:20.04 # Full test runs. Each chunk should never take more than 2 hours. # Partial test runs(no chunk parallelization), 6 Hours timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}