Skip to content

Commit

Permalink
checking github actions (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Jun 10, 2024
1 parent 21dafad commit 37bf193
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonBindings-Pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
shell: bash
run: |
python -m pip install cmake
python -m pip install ninja
python -m pip install delocate
python -m pip install scikit-build
Expand Down Expand Up @@ -101,7 +100,7 @@ jobs:
shell: bash
working-directory: wrap/deploy
run: |
python setup.py bdist_wheel --build-type ${{ matrix.BUILD_TYPE }} -G Ninja
python setup.py bdist_wheel --build-type ${{ matrix.BUILD_TYPE }}
- name: Verifying wheel (Install - 1/2)
shell: bash
Expand Down

0 comments on commit 37bf193

Please sign in to comment.