Switch to uv from poetry #20
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user