We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f706590 commit 78a702fCopy full SHA for 78a702f
.github/workflows/CI.yml
@@ -50,7 +50,7 @@ jobs:
50
group: 'Metal'
51
- version: '1'
52
node:
53
- os: 'self-hosted' # custom local GPU runner
+ os: 'self-hosted' # custom local GPU runner
54
arch: 'x64'
55
group: 'CUDA'
56
steps:
@@ -60,6 +60,7 @@ jobs:
60
version: ${{ matrix.version }}
61
arch: ${{ matrix.node.arch }}
62
- uses: julia-actions/cache@v2
63
+ if: matrix.group != 'CUDA' # Don't cache on self-hosted runners
64
- uses: julia-actions/julia-buildpkg@v1
65
- uses: julia-actions/julia-runtest@v1
66
env:
0 commit comments