File tree 1 file changed +22
-23
lines changed
1 file changed +22
-23
lines changed Original file line number Diff line number Diff line change 1
- name : Python package
1
+ name : Powertools Python
2
2
3
3
on :
4
4
pull_request :
5
- paths :
6
- - ' python/**'
5
+ paths :
6
+ - " ./ python/**"
7
7
push :
8
8
paths :
9
- - ' python/**'
9
+ - " ./ python/**"
10
10
11
11
jobs :
12
12
build :
13
-
14
13
runs-on : ubuntu-latest
15
14
strategy :
16
15
max-parallel : 4
17
16
matrix :
18
17
python-version : [3.6, 3.7]
19
18
steps :
20
- - uses : actions/checkout@v1
21
- - name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v1
23
- with :
24
- python-version : ${{ matrix.python-version }}
25
- - name : Install dependencies
26
- run : |
27
- python -m pip install --upgrade pip
28
- make dev
29
- working-directory : ./python/
30
- - name : Formatting and Linting
31
- run : |
32
- make lint
33
- working-directory : ./python/
34
- - name : Test with pytest
35
- run : |
36
- make test
37
- working-directory : ./python/
19
+ - uses : actions/checkout@v1
20
+ - name : Set up Python ${{ matrix.python-version }}
21
+ uses : actions/setup-python@v1
22
+ with :
23
+ python-version : ${{ matrix.python-version }}
24
+ - name : Install dependencies
25
+ run : |
26
+ python -m pip install --upgrade pip
27
+ make dev
28
+ working-directory : ./python/
29
+ - name : Formatting and Linting
30
+ run : |
31
+ make lint
32
+ working-directory : ./python/
33
+ - name : Test with pytest
34
+ run : |
35
+ make test
36
+ working-directory : ./python/
You can’t perform that action at this time.
0 commit comments