Skip to content

Commit 8ad3e62

Browse files
committed
Fix screenshot comparison workflow.
1 parent 1e44230 commit 8ad3e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/screenshot-comparison.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.11'
2626
architecture: 'x64'
2727
- name: Install dependencies
28-
run:
28+
run: |
2929
pip install --upgrade pip
3030
pip install --upgrade jupyterlab
3131
pip install --upgrade voila

0 commit comments

Comments
 (0)