This commit is contained in:
Chester Curme 2025-02-03 13:28:36 -05:00
parent dfce027c57
commit 1a4af623f1

View File

@ -16,8 +16,13 @@ runs:
steps:
- uses: actions/checkout@v4
- name: Install uv and set the python version
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: ${{ env.UV_VERSION }}
- uses: actions/setup-python@v5
name: Setup python ${{ inputs.python-version }}
id: setup-python
with:
python-version: ${{ inputs.python-version }}