File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: ci
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - main
9
+ - main
10
10
11
11
jobs :
12
12
lint :
@@ -25,15 +25,15 @@ jobs:
25
25
matrix :
26
26
python-version : [3.6, 3.7, 3.8, 3.9]
27
27
steps :
28
- - uses : actions/setup-python@v2
29
- with :
30
- python-version : ${{ matrix.python-version }}
31
- - uses : actions/checkout@v2
32
- # - name: Install system dependencies
33
- # run: sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
34
- - name : Test with tox
35
- run : |
36
- pip install tox
37
- tox -- --cov tikzplotlib --cov-report xml --cov-report term
38
- - uses : codecov/codecov-action@v1
39
- if : ${{ matrix.python-version == '3.9' }}
28
+ - uses : actions/setup-python@v2
29
+ with :
30
+ python-version : ${{ matrix.python-version }}
31
+ - uses : actions/checkout@v2
32
+ # - name: Install system dependencies
33
+ # run: sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
34
+ - name : Test with tox
35
+ run : |
36
+ pip install tox
37
+ tox -- --cov tikzplotlib --cov-report xml --cov-report term
38
+ - uses : codecov/codecov-action@v1
39
+ if : ${{ matrix.python-version == '3.9' }}
You can’t perform that action at this time.
0 commit comments