Skip to content

Commit 5c267c1

Browse files
committed
bring back stuff that was removed
1 parent 2e52070 commit 5c267c1

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,12 +60,13 @@ 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
6767
spack config add "config:install_tree:padded_length:256"
6868
spack repo set --destination "$PWD/spack-packages" builtin
69+
spack external find cmake bison
6970
7071
spack python clingo/install_clingo.py
7172
spack buildcache push --unsigned ./binary-mirror clingo-bootstrap

0 commit comments

Comments
 (0)