File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 fetch-depth : 0 # fetch all commits/branches so that mike works
3131
32- - name : Setup Python ${{ matrix.python-version }}
33- uses : actions/setup-python@v5.6.0
34- id : setup-python
35- with :
36- python-version : ${{ matrix.python-version }}
37- cache : ' poetry'
38-
3932 # ----------------------------------------------
4033 # install & configure poetry
4134 # ----------------------------------------------
4437 pipx install poetry
4538 pipx inject poetry poetry-dynamic-versioning
4639
40+ - name : Setup Python ${{ matrix.python-version }}
41+ uses : actions/setup-python@v5.6.0
42+ id : setup-python
43+ with :
44+ python-version : ${{ matrix.python-version }}
45+ cache : ' poetry'
46+
4747 # ----------------------------------------------
4848 # install dependencies
4949 # ----------------------------------------------
Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0
2828
29- - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v5.6.0
31- with :
32- python-version : ${{ matrix.python-version }}
33- cache : " poetry"
34-
3529 # ----------------------------------------------
3630 # install & configure poetry
3731 # ----------------------------------------------
4034 pipx install poetry
4135 pipx inject poetry poetry-dynamic-versioning
4236
37+ - name : Set up Python ${{ matrix.python-version }}
38+ uses : actions/setup-python@v5.6.0
39+ with :
40+ python-version : ${{ matrix.python-version }}
41+ cache : " poetry"
42+
4343 # ----------------------------------------------
4444 # install dependencies
4545 # ----------------------------------------------
You can’t perform that action at this time.
0 commit comments