Skip to content

Commit

Permalink
Revert "Fetch Python CI version from the place where it's used (#29)"
Browse files Browse the repository at this point in the history
This reverts commit dedf116.
  • Loading branch information
paulo-ferraz-oliveira committed Jun 8, 2024
1 parent c047b53 commit 239d519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
# renovate datasource: github-tags, depName: actions/python-versions
python-version: 3.11.9
python-version: ${{steps.tool-versions.outputs.python}}

- name: wheel
run: pip3 install wheel
Expand Down

0 comments on commit 239d519

Please sign in to comment.