File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2323
2424 - name : Install and configure poetry
2525 run : |
26- python -m pip install poetry
26+ python -m pip install pipx
27+ pipx install poetry
2728
2829 - name : Prepare project for development
2930 run : |
Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ jobs:
2020 with :
2121 python-version : " 3.10"
2222
23+ - uses : extractions/setup-just@v1
24+
2325 - name : Install and configure poetry
2426 run : |
25- python -m pip install poetry
26-
27- - uses : extractions/setup-just@v1
27+ python -m pip install pipx
28+ pipx install poetry
2829
2930 - name : Prepare project for development
3031 run : |
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
1616
1717 - name : Install and configure poetry
1818 run : |
19- python -m pip install poetry
19+ python -m pip install pipx
20+ pipx install poetry
2021
2122 - name : Prepare project for development
2223 run : |
23- python -m poetry install
24+ just setup
2425
2526 - name : Run safety dependency check
2627 run : python -m poetry run safety check --full-report
Original file line number Diff line number Diff line change 2727
2828 - name : Install and configure poetry
2929 run : |
30- python -m pip install poetry
30+ python -m pip install pipx
31+ pipx install poetry
3132
3233 - uses : extractions/setup-just@v1
3334 env :
You can’t perform that action at this time.
0 commit comments