File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/setup-python@v1
9
+ - uses : actions/setup-python@v2
10
10
with :
11
11
python-version : " 3.x"
12
12
- uses : actions/checkout@v2
@@ -25,16 +25,19 @@ jobs:
25
25
matrix :
26
26
python-version : [3.6, 3.7, 3.8]
27
27
steps :
28
- - uses : actions/setup-python@v1
28
+ - uses : actions/setup-python@v2
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
- uses : actions/checkout@v2
32
+ with :
33
+ lfs : true
32
34
# eigen for accupy, blas for numpy
33
35
- name : Install dependencies
34
36
run : sudo apt-get install -y libeigen3-dev libblas-dev # python3-vtk7
35
37
- name : Test with tox
36
38
run : |
37
39
pip install tox
38
40
tox
39
- # - name: Submit to codecov
40
- # run: bash <(curl -s https://codecov.io/bash)
41
+ - name : Submit to codecov
42
+ if : ${{ matrix.python-version == '3.8' }}
43
+ run : bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments