Skip to content

Commit b1e864e

Browse files
committed
Update run-tests.yml
1 parent d076947 commit b1e864e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@ jobs:
4747
- name: Running ${{ matrix.tool }}
4848
run: |
4949
python -m pip install -r requirements.txt
50-
python -c "print('=========== ${{ matrix.tool }} ===========')""
50+
python -c "print('=========== ${{ matrix.tool }} ===========')"
5151
python -m ${{ matrix.tool }} src/ tests/ examples/
52-
python -c "print('==========================================')""

0 commit comments

Comments
 (0)