Skip to content

Commit

Permalink
Update version in windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 8, 2024
1 parent c3e43ef commit 74ab5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python3.exe -m pip wheel .
if(!$?) { Exit $LASTEXITCODE }
python3.exe -m pip install openPMD_api-0.16.0.dev0-cp39-cp39-win_amd64.whl
python3.exe -m pip install openPMD_api-0.16.1-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 74ab5d3

Please sign in to comment.