Skip to content

Commit

Permalink
Fix windows CI wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Dec 14, 2023
1 parent 3cbdeac commit 70056c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ jobs:
run: |
python -m venv venv
venv\Scripts\Activate.ps1
pip install iscc-core --no-index -f dist
$wheelFile = (Get-ChildItem dist/*.whl -Name)
pip install "dist/$wheelFile"
python -c "import iscc_core; iscc_core.conformance_selftest()"

0 comments on commit 70056c7

Please sign in to comment.