Skip to content

Commit 4a12664

Browse files
committed
install uv
1 parent b0427ef commit 4a12664

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: 3.8.x
20+
- name: Install uv
21+
uses: astral-sh/setup-uv@v6
2022
- run: pip install -e '.[test]'
2123
- run: pip freeze
2224
- run: make dist

0 commit comments

Comments
 (0)