Skip to content

Commit b51517d

Browse files
committed
Update run-tests.yml
1 parent e97d578 commit b51517d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ jobs:
4646

4747
- name: Running ${{ matrix.tool }}
4848
run: |
49-
python -m pip install ${{ matrix.tool }}
49+
python -m pip install -r requirements.txt
50+
python -c "print(=========== '${{ matrix.tool }}' ===========)""
5051
python -m ${{ matrix.tool }} src/ tests/ examples/
52+
python -c "print(============================================)""

0 commit comments

Comments
 (0)