Skip to content

Commit f72bf33

Browse files
committed
Drop external cmake and bison due to clingo incompatibility
1 parent b4eee0b commit f72bf33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/clingo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: 734c5db2121b01c373eed6538e452f18887e9e44
4545
# See https://github.com/actions/setup-python/issues/960
4646
- name: Workaround for broken Python versions from setup-python
47-
run: brew install gettext zlib bison
47+
run: brew install gettext zlib
4848
- uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.python-version }}
@@ -56,7 +56,6 @@ jobs:
5656
5757
rm -rf $(spack location -p podman)
5858
59-
spack external find --not-buildable cmake bison
6059
spack config add "config:install_tree:padded_length:256"
6160
6261
spack python clingo/install_clingo.py

0 commit comments

Comments
 (0)