File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- . venv/bin/activate
1+ . . venv/bin/activate
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : " Clone project repository"
1717 uses : actions/checkout@v3
18- - name : " Install Python "
19- uses : actions /setup-python @v4
18+ - name : " Install uv "
19+ uses : astral-sh /setup-uv @v4
2020 with :
2121 python-version : ' 3.12'
22- - name : " Run flake8"
23- uses : py-actions/flake8@v2
22+ - name : " Install dependencies"
23+ run : uv sync
24+ - name : " Run flake8"
25+ run : uv run flake8 --config tox.ini
Original file line number Diff line number Diff line change @@ -18,14 +18,10 @@ jobs:
1818 run : |
1919 build_tag=$(./scripts/create_build_tag_file.sh)
2020 echo "build-tag=v${build_tag}" >> $GITHUB_OUTPUT
21- - name : " Install Python "
22- uses : actions /setup-python @v4
21+ - name : " Install uv "
22+ uses : astral-sh /setup-uv @v4
2323 with :
2424 python-version : ' 3.12'
25- - name : " Print Python version"
26- run : python3 --version
27- - name : " Install shiv"
28- run : pip install shiv
2925 - name : " Build local shiv package"
3026 id : build
3127 run : |
Original file line number Diff line number Diff line change @@ -19,16 +19,12 @@ jobs:
1919 steps :
2020 - name : " Clone project repository"
2121 uses : actions/checkout@v3
22- - name : " Install Python "
23- uses : actions /setup-python @v4
22+ - name : " Install uv "
23+ uses : astral-sh /setup-uv @v4
2424 with :
2525 python-version : ' 3.12'
26- - name : " Print Python version"
27- run : python3 --version
2826 - name : " Print kind version"
2927 run : kind version
30- - name : " Install shiv"
31- run : pip install shiv
3228 - name : " Generate build version file"
3329 run : ./scripts/create_build_tag_file.sh
3430 - name : " Build local shiv package"
Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ jobs:
1515 steps :
1616 - name : " Clone project repository"
1717 uses : actions/checkout@v3
18- - name : " Install Python "
19- uses : actions /setup-python @v4
18+ - name : " Install uv "
19+ uses : astral-sh /setup-uv @v4
2020 with :
2121 python-version : ' 3.12'
22- - name : " Print Python version"
23- run : python3 --version
24- - name : " Install shiv"
25- run : pip install shiv
2622 - name : " Generate build version file"
2723 run : ./scripts/create_build_tag_file.sh
2824 - name : " Build local shiv package"
Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ jobs:
1515 steps :
1616 - name : " Clone project repository"
1717 uses : actions/checkout@v3
18- - name : " Install Python "
19- uses : actions /setup-python @v4
18+ - name : " Install uv "
19+ uses : astral-sh /setup-uv @v4
2020 with :
2121 python-version : ' 3.12'
22- - name : " Print Python version"
23- run : python3 --version
24- - name : " Install shiv"
25- run : pip install shiv
2622 - name : " Generate build version file"
2723 run : ./scripts/create_build_tag_file.sh
2824 - name : " Build local shiv package"
Original file line number Diff line number Diff line change @@ -15,14 +15,10 @@ jobs:
1515 steps :
1616 - name : " Clone project repository"
1717 uses : actions/checkout@v3
18- - name : " Install Python "
19- uses : actions /setup-python @v4
18+ - name : " Install uv "
19+ uses : astral-sh /setup-uv @v4
2020 with :
2121 python-version : ' 3.12'
22- - name : " Print Python version"
23- run : python3 --version
24- - name : " Install shiv"
25- run : pip install shiv
2622 - name : " Generate build version file"
2723 run : ./scripts/create_build_tag_file.sh
2824 - name : " Build local shiv package"
Original file line number Diff line number Diff line change 11.idea
22venv
3+ .venv
34.vscode
45stack.egg-info
56__pycache__
Original file line number Diff line number Diff line change 1+ 3.12
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments