Skip to content

Commit

Permalink
action.yml -> point to inputs.python-version instead of matrix.python…
Browse files Browse the repository at this point in the history
…-version
  • Loading branch information
jdegenstein authored Dec 17, 2024
1 parent 005f3af commit fd5515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ inputs.python-version }}
- name: install requirements
shell: bash
run: |
Expand Down

0 comments on commit fd5515d

Please sign in to comment.