Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jul 11, 2024
1 parent 3bb8b22 commit bd06b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
cd python
export PATH=$PATH:$HOME/.cargo/bin
pip install wheel
pip install wheel setuptools
python setup.py bdist_wheel -p macosx-10.9-universal2
pip install dist/*.whl
- name: Test
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Build
run: |
cd python
pip install wheel
pip install wheel setuptools
python setup.py bdist_wheel -p $(python -c "import distutils.util; print(distutils.util.get_platform())")
pip install dist/*.whl
- name: Test
Expand Down

0 comments on commit bd06b45

Please sign in to comment.