File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : Install Python tools
24- uses : BrandonLWhite/pipx-install-action@v0.1.1
24+ uses : BrandonLWhite/pipx-install-action
2525 - name : Setup Python with poetry caching
2626 # poetry cache requires poetry to already be installed, weirdly
2727 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v4
1111 - name : Install Python tools
12- uses : BrandonLWhite/pipx-install-action@v0.1.1
12+ uses : BrandonLWhite/pipx-install-action
1313 - uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.9
Original file line number Diff line number Diff line change 5353 steps :
5454 - uses : actions/checkout@v4
5555 - name : Install Python tools
56- uses : BrandonLWhite/pipx-install-action@v0.1.1
56+ uses : BrandonLWhite/pipx-install-action
5757 - uses : actions/setup-python@v5
5858 with :
5959 python-version : ${{ env.PYTHON_VERSION }}
7474 steps :
7575 - uses : actions/checkout@v4
7676 - name : Install Python tools
77- uses : BrandonLWhite/pipx-install-action@v0.1.1
77+ uses : BrandonLWhite/pipx-install-action
7878 - uses : actions/setup-python@v5
7979 with :
8080 python-version : ${{ env.PYTHON_VERSION }}
9494 steps :
9595 - uses : actions/checkout@v4
9696 - name : Install Python tools
97- uses : BrandonLWhite/pipx-install-action@v0.1.1
97+ uses : BrandonLWhite/pipx-install-action
9898 - uses : actions/setup-python@v5
9999 with :
100100 python-version : ${{ env.PYTHON_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118118 steps :
119119 - uses : actions/checkout@v4
120120 - name : Install Python tools
121- uses : BrandonLWhite/pipx-install-action@v0.1.1
121+ uses : BrandonLWhite/pipx-install-action
122122 - uses : actions/setup-python@v5
123123 with :
124124 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Install Python tools
22- uses : BrandonLWhite/pipx-install-action@v0.1.1
22+ uses : BrandonLWhite/pipx-install-action
2323 - uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ env.PYTHON_VERSION }}
5050 ref : ${{ env.NEW_TAG }}
5151
5252 - name : Install Python tools
53- uses : BrandonLWhite/pipx-install-action@v0.1.1
53+ uses : BrandonLWhite/pipx-install-action
5454 - uses : actions/setup-python@v5
5555 with :
5656 python-version : ${{ env.PYTHON_VERSION }}
You can’t perform that action at this time.
0 commit comments