Skip to content

Commit 3652864

Browse files
committed
Don't use uv --preview to install
1 parent 6c4420f commit 3652864

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
submodules: recursive
30-
- run: uv --preview python install --default ${{ matrix.python }}
30+
- uses: actions/setup-python@v5
31+
with:
32+
python-version: ${{ matrix.python }}
3133
- run: uv tool install poethepoet
3234
- run: uv sync --group=dsl --group=encryption --group=trio-async --python ${{ matrix.python }}
3335
- name: Check python version

0 commit comments

Comments
 (0)