Skip to content

Commit 889fb82

Browse files
committed
fix: install pkginfo=1.12
Signed-off-by: zongz <[email protected]>
1 parent ae38dc3 commit 889fb82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/python-test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34+
- name: Install dependencies
35+
run: pip install pkginfo==1.12.0
3436
- uses: PyO3/maturin-action@v1
3537
with:
3638
working-directory: "python"
@@ -49,6 +51,8 @@ jobs:
4951
target: [ x86_64, aarch64 ]
5052
steps:
5153
- uses: actions/checkout@v4
54+
- name: Install dependencies
55+
run: pip install pkginfo==1.12.0
5256
- uses: PyO3/maturin-action@v1
5357
with:
5458
target: ${{ matrix.target }}
@@ -69,6 +73,8 @@ jobs:
6973
runs-on: windows-latest
7074
steps:
7175
- uses: actions/checkout@v4
76+
- name: Install dependencies
77+
run: pip install pkginfo==1.12.0
7278
- uses: PyO3/maturin-action@v1
7379
with:
7480
working-directory: "python"
@@ -84,6 +90,8 @@ jobs:
8490
runs-on: macos-latest
8591
steps:
8692
- uses: actions/checkout@v4
93+
- name: Install dependencies
94+
run: pip install pkginfo==1.12.0
8795
- uses: PyO3/maturin-action@v1
8896
with:
8997
working-directory: "python"

0 commit comments

Comments
 (0)