File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 version : ['3.10','3.11', '3.12', '3.13']
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : actions /setup-python@v5
16+ - uses : astral-sh /setup-uv@v6
1717 with :
1818 python-version : ${{ matrix.version }}
1919 - name : install requirements
20- run : pip install -e .[ dev]
20+ run : uv sync --extra dev
2121 - name : run unit tests
22- run : python -m pytest .
22+ run : uv run pytest
2323 - name : run system tests
2424 working-directory : ./system_tests
25- run : python -m pytest --approvaltests-use-reporter='PythonNativeReporter' lewis_tests.py
25+ run : uv run pytest --approvaltests-use-reporter='PythonNativeReporter' lewis_tests.py
2626 results :
2727 if : ${{ always() }}
2828 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments