Skip to content

Commit

Permalink
Not sure
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Apr 24, 2024
1 parent 6da967a commit 51816fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,14 @@ jobs:
- name: Install package
if: matrix.os == 'ubuntu-latest'
run: |
python -m pip install --upgrade build
python setup.py build_ext --no-openmp --coverage --single_ext --inplace
python setup.py develop --single_ext
- name: Install package
if: matrix.os == 'macos-latest'
run: |
pip wheel . -v
pip install *.whl
python -m pip install --upgrade build
python -m build
pip install dist/*.whl
- name: Special config
env:
TEST_FILES: ${{ matrix.TEST_FILES }}
Expand Down

0 comments on commit 51816fd

Please sign in to comment.