Skip to content

Commit bedd81d

Browse files
committed
Imagine turning on .venv at CI.
1 parent 19fceec commit bedd81d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nameless.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
permissions:
1414
contents: write
1515

16+
env:
17+
UV_SYSTEM_PYTHON: 1
18+
1619
jobs:
1720
python:
1821
runs-on: ubuntu-latest
@@ -41,7 +44,7 @@ jobs:
4144
4245
- name: Install dependencies
4346
run: |
44-
uv sync --all-extras --dev
47+
uv sync --all-extras
4548
4649
- name: Create Prisma client
4750
run: |

0 commit comments

Comments
 (0)