We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eee0b commit f72bf33Copy full SHA for f72bf33
.github/workflows/clingo.yml
@@ -44,7 +44,7 @@ jobs:
44
ref: 734c5db2121b01c373eed6538e452f18887e9e44
45
# See https://github.com/actions/setup-python/issues/960
46
- name: Workaround for broken Python versions from setup-python
47
- run: brew install gettext zlib bison
+ run: brew install gettext zlib
48
- uses: actions/setup-python@v4
49
with:
50
python-version: ${{ matrix.python-version }}
@@ -56,7 +56,6 @@ jobs:
56
57
rm -rf $(spack location -p podman)
58
59
- spack external find --not-buildable cmake bison
60
spack config add "config:install_tree:padded_length:256"
61
62
spack python clingo/install_clingo.py
0 commit comments