Skip to content

Commit ab416ba

Browse files
author
Christopher Doris
committed
disable tests on x86 for now
1 parent 2b90951 commit ab416ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
arch: [x64, x86]
70+
arch: [x64] # x86 currently unsupported by MicroMamba/CondaPkg
7171
os: [ubuntu-latest, windows-latest, macos-latest]
7272
jlversion: ['1']
7373
exclude:

0 commit comments

Comments
 (0)