Skip to content

Commit b58ae5f

Browse files
use slurm-container
1 parent 38ccd41 commit b58ae5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tidy3d-python-client-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,7 @@ jobs:
247247
needs: determine-test-scope
248248
if: needs.determine-test-scope.outputs.local_tests == 'true'
249249
name: python-${{ matrix.python-version }}-self-hosted-runner
250-
runs-on: [ slurm-runner, 4xcpu ]
251-
container:
252-
image: ghcr.io/astral-sh/uv:debian
253-
options: --user 31001:61001 # Required slurm-batch UID: slurm GID for tmp/ file removal
250+
runs-on: [ slurm-runner, 4xcpu, container=ghcr.io/astral-sh/uv:debian ]
254251
concurrency:
255252
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name }}-${{ matrix.python-version }}-local
256253
cancel-in-progress: true

0 commit comments

Comments
 (0)