Skip to content

Commit 4702254

Browse files
committed
fix spelling mistake
1 parent d00eaad commit 4702254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Run Scuro Python Tests
154154
if: ${{ matrix.test_mode == 'scuro' }}
155-
run:
155+
run: |
156156
cd src/main/python
157157
python -m unittest discover -s tests/scuro -p 'test_*.py'
158158

0 commit comments

Comments
 (0)