File tree Expand file tree Collapse file tree 6 files changed +14
-0
lines changed Expand file tree Collapse file tree 6 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v3
4141 with :
4242 fetch-depth : 0
43+ - name : Install poetry
44+ run : pipx install poetry
4345 - name : Set up Python
4446 uses : actions/setup-python@v4
4547 with :
@@ -106,6 +108,8 @@ jobs:
106108 run : |
107109 git config user.name "Release bot"
108110 git config user.email aws-devax-open-source@amazon.com
111+ - name : Install poetry
112+ run : pipx install poetry
109113 - name : Set up Python
110114 uses : actions/setup-python@v4
111115 with :
Original file line number Diff line number Diff line change 2929 uses : actions/setup-node@v3
3030 with :
3131 node-version : " 16.12"
32+ - name : Install poetry
33+ run : pipx install poetry
3234 - name : Setup python
3335 uses : actions/setup-python@v4
3436 with :
Original file line number Diff line number Diff line change 3232 PYTHON : ${{ matrix.python-version }}
3333 steps :
3434 - uses : actions/checkout@v3
35+ - name : Install poetry
36+ run : pipx install poetry
3537 - name : Set up Python ${{ matrix.python-version }}
3638 uses : actions/setup-python@v4
3739 with :
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
26+ - name : Install poetry
27+ run : pipx install poetry
2628 - name : Set up Python
2729 uses : actions/setup-python@v4
2830 with :
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v3
2727 with :
2828 fetch-depth : 0
29+ - name : Install poetry
30+ run : pipx install poetry
2931 - name : Set up Python
3032 uses : actions/setup-python@v4
3133 with :
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : " Checkout"
1818 uses : actions/checkout@v3
19+ - name : Install poetry
20+ run : pipx install poetry
1921 - name : " Use Python"
2022 uses : actions/setup-python@v3
2123 with :
You can’t perform that action at this time.
0 commit comments