Skip to content

Commit

Permalink
test without auditwheel repair
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo KULESZA <hugo.kulesza@rte-france.com>
  • Loading branch information
HugoKulesza committed Dec 4, 2024
1 parent a0449b7 commit be3a2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
- name: Build wheel
run: |
python3 setup.py bdist_wheel
auditwheel repair dist/*.whl
- name: Install wheel
run: pip3 install wheelhouse/*.whl --user
run: pip3 install dist/*.whl --user

- name: Run basic pypowsybl import
working-directory: ./tests
Expand Down

0 comments on commit be3a2c8

Please sign in to comment.