Skip to content

Commit

Permalink
🔥 do not force CIBW_BEFORE_ALL for Z3 setup on manylinux (#66)
Browse files Browse the repository at this point in the history
Projects can set this on their own in their `pyproject.toml`. See https://github.com/cda-tum/mqt-qmap for an example.

Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer authored Jan 22, 2025
1 parent b0e155a commit eaab7f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/reusable-python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ jobs:
uses: cda-tum/setup-z3@v1
with:
version: ${{ inputs.z3-version }}
# optionally set up Z3 (Ubuntu only)
- if: ${{ inputs.setup-z3 && (matrix.runs-on == 'ubuntu-24.04' || matrix.runs-on == 'ubuntu-24.04-arm') }}
name: Set environment variables for Z3 installation in manylinux image
run: |
echo "CIBW_BEFORE_ALL_LINUX=/opt/python/cp311-cp311/bin/pip install z3-solver==${{ inputs.z3-version }}" >> $GITHUB_ENV
# set up ccache for faster C++ builds
- if: ${{ matrix.runs-on != 'ubuntu-24.04' && matrix.runs-on != 'ubuntu-24.04-arm' }}
name: Setup ccache
Expand Down

0 comments on commit eaab7f3

Please sign in to comment.