Skip to content

Commit 5eab0a6

Browse files
authored
add glibtoolize dependency for mac CI
1 parent fc614cd commit 5eab0a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-python-package.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v1
2020

21-
- uses: actions/setup-python@v5.2.0
21+
- uses: actions/setup-python@v5
2222
name: Install Python
2323
with:
2424
python-version: '3.x'
@@ -31,6 +31,7 @@ jobs:
3131
if: startsWith(matrix.os, 'macos')
3232
run: |
3333
brew install automake
34+
brew install libtool
3435
3536
- name: Build wheels on Linux
3637
if: startsWith(matrix.os, 'macos') != true
@@ -64,7 +65,7 @@ jobs:
6465
- name: Build sdist
6566
run: cd src/runtime/python && python setup.py sdist
6667

67-
- uses: actions/upload-artifact@v2
68+
- uses: actions/upload-artifact@v4
6869
with:
6970
path: ./src/runtime/python/dist/*.tar.gz
7071

@@ -78,7 +79,7 @@ jobs:
7879
- uses: actions/checkout@v2
7980

8081
- name: Set up Python
81-
uses: actions/setup-python@v5.2.0
82+
uses: actions/setup-python@v5
8283
with:
8384
python-version: '3.x'
8485

0 commit comments

Comments
 (0)