Skip to content

Commit

Permalink
Skip wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin authored Mar 30, 2024
1 parent f1c4f57 commit 4d9ca8e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel auditwheel scikit-build cmake cython pytest pytest-cov
pip install scikit-build cmake cython pytest
- name: Install package
working-directory: ./FaCT++.Python
run: |
pip install -e .
- name: Build a wheel
run: |
python setup.py bdist_wheel
- name: Audit a wheel
if: runner.os == 'Linux'
run: |
auditwheel repair --plat manylinux_2_27_x86_64 dist/*
- name: Test with pytest
working-directory: ./FaCT++.Python
run: |
Expand Down

0 comments on commit 4d9ca8e

Please sign in to comment.