Fix test workflow after uv switch
All checks were successful
test / test (pull_request) Successful in 32s
build / build (pull_request) Successful in 1m48s

This commit is contained in:
Torjus Håkestad 2024-12-03 03:27:04 +01:00
parent bec4360df0
commit 4d38dd4677

View File

@ -17,5 +17,4 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.12'
- run: pipx run poetry -- install - run: pipx run uv run python -m unittest discover -s tests -v
- run: pipx run poetry -- run python -m unittest discover -s tests -v