Skip to content

Commit 72e7e41

Browse files
committed
Continue w/o GPU
1 parent d7b0608 commit 72e7e41

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ jobs:
6060
strategy:
6161
matrix:
6262
python: [3.8]
63-
runner:
64-
- ubuntu-latest
65-
- [self-hosted, gen9]
63+
experimental: [false]
64+
runner: [ubuntu-latest]
65+
include:
66+
- python: 3.8
67+
experimental: true
68+
runner: [self-hosted, gen9]
69+
continue-on-error: ${{ matrix.experimental }}
6670
env:
6771
CHANNELS: -c intel -c defaults --override-channels
6872

0 commit comments

Comments
 (0)