Skip to content

Commit

Permalink
Test after install.
Browse files Browse the repository at this point in the history
  • Loading branch information
tardis4500 committed May 28, 2024
1 parent 4b92459 commit ba22922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_BUILD_VER }}
- uses: actions/download-artifact@v4
- run: pip install $ARTIFACTS_DIR/*.whl
- run: pip install $ARTIFACTS_DIR/*.whl && git-stream list
if: matrix.os != 'windows-latest'
- run: pip install (Get-Item $env:ARTIFACTS_DIR\*.whl)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit ba22922

Please sign in to comment.