Skip to content

Commit

Permalink
CI: try fixing clean up on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 7, 2024
1 parent d1144e9 commit af8c67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
name: Install dependencies
- run: |
mkdir -p $env:TGT_DIR
rm -f $env:TGT_DIR/*.whl
Remove-Item -Path "$env:TGT_DIR/*.whl" -Force
maturin build --release --interpreter python --out $env:TGT_DIR
pip install $env:TGT_DIR/*.whl
name: Install package
Expand Down

0 comments on commit af8c67b

Please sign in to comment.