Skip to content

Commit

Permalink
Conditionally set up 3.14 for availability in uv
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Dec 29, 2024
1 parent c8c4130 commit 78f9dfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- uses: astral-sh/setup-uv@023eb7875fa1caa15814da58d1df7350f8fb1fd9
with:
enable-cache: true
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
if: ${{ matrix.version == '3.14' }}
with:
python-version: '3.14'
- name: Install
run: uv sync --frozen --python ${{matrix.version}}
- name: Lint
Expand Down

0 comments on commit 78f9dfb

Please sign in to comment.