Skip to content

Commit 6b81c5b

Browse files
committed
bring back stuff that was removed
1 parent 2e52070 commit 6b81c5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/clingo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install clingo-bootstrap
6262
run: |
63-
pip install --upgrade pip
63+
brew install bison
6464
export PATH="$(brew --prefix bison):$PATH"
6565
. spack/share/spack/setup-env.sh
6666
67+
spack external find cmake bison
6768
spack config add "config:install_tree:padded_length:256"
6869
spack repo set --destination "$PWD/spack-packages" builtin
6970

0 commit comments

Comments
 (0)