Skip to content

Commit

Permalink
CI: try fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 7, 2024
1 parent caa3e2c commit bd9dbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
mkdir -p $env:TGT_DIR
Remove-Item -Path "$env:TGT_DIR/*.whl" -Force
maturin build --release --interpreter python --out $env:TGT_DIR
pip install $env:TGT_DIR/*.whl
pip install $env:TGT_DIR\*.whl
name: Install package
env:
TGT_DIR: "target\wheels\${{ matrix.python-version }}"
TGT_DIR: "target\\wheels\\${{ matrix.python-version }}"
- run: pytest --verbose

0 comments on commit bd9dbf2

Please sign in to comment.