Skip to content

Commit 08e400e

Browse files
committed
chore: migrate Github actions from poetry to uv
1 parent 06f3fd1 commit 08e400e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/reusable_unit_tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
- uses: actions/checkout@v3
1616

1717
- uses: actions/setup-python@v4
18-
with: { python-version: 3.11.4 }
18+
with: { python-version: 3.12 }
1919

20-
- uses: snok/install-poetry@v1
20+
- name: Install uv
21+
uses: astral-sh/setup-uv@v5
2122
with:
22-
version: 1.4.2
23-
virtualenvs-create: true
24-
virtualenvs-in-project: true
23+
version: 0.7.8
2524

2625
- name: Initialize and install dependencies
2726
run: make ci_init

0 commit comments

Comments
 (0)