Skip to content

Commit aa5eeb6

Browse files
authored
disable openmp in another bazel command
i'll check CI this time :P
1 parent caa6d77 commit aa5eeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
python -m pip install --upgrade pip
7878
python -m pip install pyyaml==6.0.2 fire==0.7.0
7979
# heir-opt is needed to generate the doctest examples
80-
bazel build //tools:heir-opt
80+
bazel build --//:enable_openmp=0 //tools:heir-opt
8181
python -m scripts.docs.copy_tblgen_files
8282
8383
# Please update the local install instructions at docs/README.md if

0 commit comments

Comments
 (0)