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 c86d262 commit 3cbdeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
run: |
python -m venv venv
venv\Scripts\Activate.ps1
pip install dist/*.whl
pip install iscc-core --no-index -f dist
python -c "import iscc_core; iscc_core.conformance_selftest()"

0 comments on commit 3cbdeac

Please sign in to comment.