Skip to content

Commit

Permalink
add glibtoolize dependency for mac CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 authored Oct 23, 2024
1 parent fc614cd commit 5eab0a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.x'
Expand All @@ -31,6 +31,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
brew install automake
brew install libtool
- name: Build wheels on Linux
if: startsWith(matrix.os, 'macos') != true
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
- name: Build sdist
run: cd src/runtime/python && python setup.py sdist

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./src/runtime/python/dist/*.tar.gz

Expand All @@ -78,7 +79,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit 5eab0a6

Please sign in to comment.