Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Nov 3, 2022
1 parent 4cf431e commit ae30e6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Set up Homebrew
if: ${{ runner.os == 'Linux' }}
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install depdencecies (Linux)
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
pip install cython>=0.29.24 scikit-build==0.12.0
python setup.py sdist
- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
env:
Expand Down

0 comments on commit ae30e6c

Please sign in to comment.