Skip to content

Commit 832350d

Browse files
author
Elena Totmenina
authored
Temporary off self-hosted runner (#559)
1 parent 3a671f3 commit 832350d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/conda-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
python: [3.8]
6565
experimental: [false]
6666
runner: [ubuntu-latest]
67-
include:
68-
- python: 3.8
69-
experimental: true
70-
runner: [self-hosted, gen9]
67+
# include:
68+
# - python: 3.8
69+
# experimental: true
70+
# runner: [self-hosted, gen9]
7171
continue-on-error: ${{ matrix.experimental }}
7272
env:
7373
CHANNELS: -c intel -c defaults --override-channels

0 commit comments

Comments
 (0)