Skip to content

Commit

Permalink
CI: Windows verbose install
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 11, 2024
1 parent 9bc591f commit 9dec1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
python3.exe -m pip install --upgrade cmake
python3.exe -m pip install --upgrade numpy
python3.exe -m pip wheel .
python3.exe -m pip wheel -v .
if(!$?) { Exit $LASTEXITCODE }
python3.exe -m pip install openPMD_api-0.16.0-cp39-cp39-win_amd64.whl
python3.exe -m pip install -v openPMD_api-0.16.0-cp39-cp39-win_amd64.whl
if(!$?) { Exit $LASTEXITCODE }
python3.exe -c "import openpmd_api as api; print(api.variants)"
Expand Down

0 comments on commit 9dec1e1

Please sign in to comment.