Skip to content

Commit 94d9ff4

Browse files
committed
Self-hosted
1 parent 2d8fc5a commit 94d9ff4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ permissions:
1717

1818
jobs:
1919
test:
20-
runs-on: ubuntu-latest
20+
runs-on: self-hosted
21+
env:
22+
CUDA_VISIBLE_DEVICES: 1
23+
JULIA_DEPOT_PATH: /scratch/github-actions/julia_depot_smc
2124
strategy:
2225
matrix:
2326
julia-version: ['1.10', '1']

0 commit comments

Comments
 (0)