File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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"
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 }}
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"
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"
You can’t perform that action at this time.
0 commit comments