We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f5873 commit 518ddedCopy full SHA for 518dded
.github/workflows/build.yml
@@ -22,7 +22,10 @@ jobs:
22
uses: astral-sh/setup-uv@v3
23
24
- name: Set up Python ${{ matrix.python-version }}
25
- run: uv python install ${{ matrix.python-version }}
+ uses: actions/setup-python@v5
26
+ with:
27
+ python-version: ${{ matrix.python-version }}
28
+ allow-prereleases: true
29
30
- name: Install the project
31
run: uv sync --all-extras --dev
0 commit comments