diff --git a/.github/workflows/conda-cpp-tests.yaml b/.github/workflows/conda-cpp-tests.yaml index a582f0d8..ca487730 100644 --- a/.github/workflows/conda-cpp-tests.yaml +++ b/.github/workflows/conda-cpp-tests.yaml @@ -164,8 +164,6 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main continue-on-error: true - # Skip the cache on RDS Lab nodes - if: ${{ matrix.GPU != 'v100' }} - name: C++ tests run: ${{ inputs.script }} diff --git a/.github/workflows/conda-python-tests.yaml b/.github/workflows/conda-python-tests.yaml index b5bca2a3..efcfc2b6 100644 --- a/.github/workflows/conda-python-tests.yaml +++ b/.github/workflows/conda-python-tests.yaml @@ -170,8 +170,6 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main continue-on-error: true - # Skip the cache on RDS Lab nodes - if: ${{ matrix.GPU != 'v100' }} - name: Python tests run: ${{ inputs.script }} diff --git a/.github/workflows/wheels-test.yaml b/.github/workflows/wheels-test.yaml index cc97ed89..023de874 100644 --- a/.github/workflows/wheels-test.yaml +++ b/.github/workflows/wheels-test.yaml @@ -179,8 +179,6 @@ jobs: - name: Setup proxy cache uses: nv-gha-runners/setup-proxy-cache@main continue-on-error: true - # Skip the cache on RDS Lab nodes - if: ${{ matrix.GPU != 'v100' }} - name: Run tests run: ${{ inputs.script }}