We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d076947 commit b1e864eCopy full SHA for b1e864e
.github/workflows/run-tests.yml
@@ -47,6 +47,5 @@ jobs:
47
- name: Running ${{ matrix.tool }}
48
run: |
49
python -m pip install -r requirements.txt
50
- python -c "print('=========== ${{ matrix.tool }} ===========')""
+ python -c "print('=========== ${{ matrix.tool }} ===========')"
51
python -m ${{ matrix.tool }} src/ tests/ examples/
52
- python -c "print('==========================================')""
0 commit comments