Activated venv again.

This commit is contained in:
jupfi 2024-04-21 12:24:43 +02:00
parent 8dc3d32fed
commit 4e95820658

View file

@ -46,7 +46,9 @@ jobs:
pip install -U twine cibuildwheel
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
run: |
. ./venv/bin/activate
python -m cibuildwheel --output-dir dist
env:
CIBW_BEFORE_BUILD: ./build_wheel.sh