mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
action.yml -> point to inputs.python-version instead of matrix.python-version
This commit is contained in:
parent
005f3af80e
commit
fd5515d274
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue