Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Oct 16, 2024
1 parent 43368fd commit fbe5b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
pip install uv --break-system-packages
uv venv
. .venv/bin/activate.ps1
.venv\Scripts\activate
uv pip install -r requirements_test.txt
uv pip install dist/*-win_amd64.whl
pytest
Expand Down

0 comments on commit fbe5b5d

Please sign in to comment.