Skip to content

Commit

Permalink
remove condition from setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Apr 26, 2024
1 parent 870b945 commit de0d8b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ runs:
using: "composite"
steps:
- name: Set up python (with cache)
if: inputs.disable_cache == 'false'
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python_version }}
cache: 'pip'
Expand Down

0 comments on commit de0d8b5

Please sign in to comment.