Skip to content

Commit 9ab4844

Browse files
committed
remove extra setup-python
1 parent 5940dec commit 9ab4844

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ jobs:
141141
ref: ${{ github.sha }} # in case 'ref' (arg default) has been updated since start
142142
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # so a 'git push' can trigger workflows
143143

144-
- uses: actions/setup-python@v5
145-
with:
146-
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
147-
148144
- uses: WIPACrepo/wipac-dev-next-version-action@main
149145
id: next-version
150146
with:

0 commit comments

Comments
 (0)