Skip to content

Commit

Permalink
Trying to fix Manylinux/x64 builds.
Browse files Browse the repository at this point in the history
assets.yml: activating the virtual environment for the Build wheel step as well.
  • Loading branch information
rturrado committed Oct 6, 2023
1 parent 64f8ff6 commit 7ee3b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
include:
- manylinux: _2_28
swig_version: 'swig-3.0.12-19.module_el8.3.0+6167+838326ab'

steps:
- name: Install dependencies
run: |
Expand All @@ -88,6 +87,7 @@ jobs:
env:
NPROCS: 5
run: |
source venv/bin/activate
/opt/python/${{ matrix.cpython_version }}/bin/python setup.py bdist_wheel
/opt/python/${{ matrix.cpython_version }}/bin/python -m auditwheel repair pybuild/dist/*.whl
- name: Wheel path
Expand Down Expand Up @@ -129,7 +129,6 @@ jobs:
# include:
# - manylinux: _2_28
# swig_version: 'swig-3.0.12-19.module_el8.3.0+6167+838326ab'
#
# steps:
# - name: Install dependencies
# run: |
Expand Down

0 comments on commit 7ee3b04

Please sign in to comment.