Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 07962d2

Browse files
separado a instalacao e execução em duas etapas
1 parent 3854121 commit 07962d2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/pylint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
32-
# - run: pip install -r requirements.txt
3332
pylint:
3433
runs-on: ubuntu-18.04
3534
needs: setup-environment
3635
steps:
3736
- uses: actions/checkout@v2
38-
- name: Execute lint
37+
- name: Install pylint
3938
run: |
4039
python -m pip install --upgrade pip
4140
pip install pylint
41+
- name: Execute pylint
42+
run: |
4243
pylint ./examples/*/app.py ./examples/*/*

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)