Skip to content

Commit c73bc37

Browse files
committed
needed to add --no-workspace to the uv tests
1 parent 183cdc7 commit c73bc37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/uv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: test uv Install
3636
run: |
37-
uv init --no-workspace --bare ./TestProject
37+
uv init --no-workspace --bare /tmp/TestProject
3838
uv add nccapy ./TestProject
39-
cat "import nccapy" >> ./TestProject/test.py
40-
uv run ./TestProject/test.py
39+
cat "import nccapy" >> /tmp/TestProject/test.py
40+
uv run /tmp/TestProject/test.py

0 commit comments

Comments
 (0)