mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix Windows CI build.
This commit is contained in:
parent
a6e2b99660
commit
48f32a6b70
7
.github/workflows/wheel_win_x64.yml
vendored
7
.github/workflows/wheel_win_x64.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
||||
pytest -n auto --tb=short tests examples
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
name: jaxlib_wheels
|
||||
path: ${{ github.workspace }}\dist\*.whl
|
||||
retention-days: 5
|
||||
with:
|
||||
name: wheels
|
||||
path: ${{ github.workspace }}\dist\*.whl
|
||||
retention-days: 5
|
7
.github/workflows/windows_ci.yml
vendored
7
.github/workflows/windows_ci.yml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
pytest -n auto --tb=short tests examples
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
name: jaxlib_wheels
|
||||
path: ${{ github.workspace }}\dist\*.whl
|
||||
retention-days: 5
|
||||
with:
|
||||
name: wheels
|
||||
path: ${{ github.workspace }}\dist\*.whl
|
||||
retention-days: 5
|
Loading…
x
Reference in New Issue
Block a user