Skip to content

Commit 8bac6a7

Browse files
committed
fix uv environment var errors
Signed-off-by: aritroCoder <ogcodinggod@gmail.com>
1 parent 9f23ce1 commit 8bac6a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v2
1818

19-
- name: Set up Python
20-
run: uv python install 3.12
19+
- name: Create an environment
20+
run: uv sync
2121

2222
- name: Install dependencies
2323
run: uv pip install -e ".[dev,test]"

0 commit comments

Comments
 (0)