Skip to content

Commit 0e8d5dd

Browse files
committed
prettier yml
1 parent b4fe40e commit 0e8d5dd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ci
33
on:
44
push:
55
branches:
6-
- main
6+
- main
77
pull_request:
88
branches:
9-
- main
9+
- main
1010

1111
jobs:
1212
lint:
@@ -25,15 +25,15 @@ jobs:
2525
matrix:
2626
python-version: [3.6, 3.7, 3.8, 3.9]
2727
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' }}

0 commit comments

Comments
 (0)