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