Skip to content

Commit

Permalink
Fix: Include python version in cache key for setup-pontos
Browse files Browse the repository at this point in the history
The id on setup-python action to allow getting the installed python
version afterwards to include it in the cache key
  • Loading branch information
bjoernricks committed May 8, 2023
1 parent 3a0cb6b commit def96a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup-pontos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
echo "activate=${{ inputs.virtualenv-path }}/bin/activate" >> $GITHUB_OUTPUT
shell: bash
- name: Set up Python ${{ inputs.python-version }}
id: python
uses: actions/setup-python@v4
with:
python-version: ${{ inputs.python-version }}
Expand Down

0 comments on commit def96a4

Please sign in to comment.