Skip to content

Commit 47448e5

Browse files
committed
🔄 ci: WIP: debug uv
1 parent b7f4cc8 commit 47448e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
with:
1212
enable-cache: true
1313
- name: Setup Python virtual environment
14-
run: uv venv --seed
14+
run: uv venv .venv --seed ; echo $(ls -la)
15+
1516
- uses: actions/checkout@v4
16-
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: "22.x"
2020
- name: Install dependencies
21-
run: npm install
21+
run: npm install ; echo $(ls -la)
2222
- name: Build
2323
run: npm run build
2424
- name: Dev Chrome

0 commit comments

Comments
 (0)