Skip to content

Commit 1c12f16

Browse files
committed
install uv
1 parent 2a5b682 commit 1c12f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
- uses: actions/setup-python@v4
8282
with:
8383
python-version: 3.8.x
84+
- name: Install uv # see scripts/temporary-rename
85+
uses: astral-sh/setup-uv@v6
8486
- run: pip install -e '.[test]'
8587
- run: pip freeze
8688
- run: make dist

0 commit comments

Comments
 (0)