Skip to content

Commit 554a249

Browse files
committed
cleanup
1 parent 7c53c1e commit 554a249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
bash
3131
3232
- name: Install playwright dependencies
33+
shell: bash -el {0}
3334
run: sudo playwright install-deps
3435

3536
- name: Install Playwright
@@ -68,6 +69,7 @@ jobs:
6869
python -m pip install .
6970
7071
- name: Install pyjs-code-runner
72+
shell: bash -el {0}
7173
run: |
7274
sudo playwright install-deps
7375
playwright install

0 commit comments

Comments
 (0)