action.yml -> point to inputs.python-version instead of matrix.python-version

This commit is contained in:
jdegenstein 2024-12-17 13:19:39 -06:00 committed by GitHub
parent 005f3af80e
commit fd5515d274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |