File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 python-version : [3.9]
12- steps :
13- - uses : actions/checkout@v3
14- - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v3
16- with :
17- python-version : ${{ matrix.python-version }}
18- - name : Install Poetry
19- run : |
20- python -m pip install --upgrade pip
21- python -m pip install poetry
22- poetry install --no-dev
23- - name : Pylic License Check
24- run : |
25- poetry run pip install pylic
26- poetry run pylic check
12+ steps :
13+ - uses : actions/checkout@v3
14+ - name : Set up Python ${{ matrix.python-version }}
15+ uses : actions/setup-python@v3
16+ with :
17+ python-version : ${{ matrix.python-version }}
18+ - name : Install Poetry
19+ run : |
20+ python -m pip install --upgrade pip
21+ python -m pip install poetry
22+ poetry install --no-dev
23+ - name : Pylic License Check
24+ run : |
25+ poetry run pip install pylic
26+ poetry run pylic check
2727 # steps:
2828 # #----------------------------------------------
2929 # # check-out repo and set-up python
You can’t perform that action at this time.
0 commit comments