This commit is contained in:
Chester Curme 2025-02-03 13:32:57 -05:00
parent 1a4af623f1
commit c71fc8b58a
2 changed files with 2 additions and 7 deletions

View File

@ -16,13 +16,8 @@ runs:
steps:
- uses: actions/checkout@v4
- name: Install uv
- name: Install uv and set the python version
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 }}

View File

@ -29,7 +29,7 @@ jobs:
- name: Set up Python ${{ inputs.python-version }} + uv
uses: "./.github/actions/uv_setup"
with:
python-version: ${{ inputs.python-version }}=
python-version: ${{ inputs.python-version }}
- name: Install dependencies
# Also installs dev/lint/test/typing dependencies, to ensure we have