File tree Expand file tree Collapse file tree 4 files changed +6
-47
lines changed
Expand file tree Collapse file tree 4 files changed +6
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ comment : no
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/setup-python@v1
2929 with :
30- python-version : " 3.x "
30+ python-version : ${{ matrix.python-version }}
3131 - uses : actions/checkout@v2
32- - name : Install dependencies
32+ - name : Install system dependencies
3333 run : sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
3434 - name : Extract tests from README
3535 run : |
3939 run : |
4040 pip install tox
4141 tox
42- # - name: Submit to codecov
43- # run: bash <(curl -s https://codecov.io/bash)
42+ - name : Submit to codecov
43+ if : ${{ matrix.python-version == '3.8' }}
44+ run : bash <(curl -s https://codecov.io/bash)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments