Fix Windows CI build.

This commit is contained in:
Peter Hawkins 2023-06-13 17:00:01 -04:00
parent a6e2b99660
commit 48f32a6b70
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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