File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ jobs:
2020 fetch-depth : 1
2121 path : ./src/github.com/${{ github.repository }}-git
2222
23- - name : Set up Python 3.12
24- uses : actions /setup-python @v5
23+ - name : Enable caching
24+ uses : astral-sh /setup-uv @v5
2525 with :
26- python-version : " 3.12"
27- cache : " pip"
26+ enable-cache : true
2827
2928 - name : Install dependencies
3029 run : |
31- python -m pip install --upgrade pip uv
30+ uv sync --all-extras --dev --frozen --no-editable --no-install-project
3231
3332 - name : Create a project based on our settings
3433 run : |
5251 - name : Docker - Test generated starter project
5352 run : |
5453 cd test_project
55- docker compose run --rm utility uv tool run pytest
54+ docker compose run --rm utility uv run pytest
You can’t perform that action at this time.
0 commit comments