OxbridgeEconomics
commited on
Update pylint.yml
Browse files
.github/workflows/pylint.yml
CHANGED
@@ -9,7 +9,7 @@ jobs:
|
|
9 |
runs-on: ubuntu-latest
|
10 |
strategy:
|
11 |
matrix:
|
12 |
-
python-version: ["3.
|
13 |
steps:
|
14 |
- uses: actions/checkout@v4
|
15 |
- name: Set up Python ${{ matrix.python-version }}
|
@@ -20,6 +20,7 @@ jobs:
|
|
20 |
run: |
|
21 |
python -m pip install --upgrade pip
|
22 |
pip install pylint
|
|
|
23 |
- name: Analysing the code with pylint
|
24 |
run: |
|
25 |
pylint $(git ls-files '*.py')
|
|
|
9 |
runs-on: ubuntu-latest
|
10 |
strategy:
|
11 |
matrix:
|
12 |
+
python-version: ["3.10.9"]
|
13 |
steps:
|
14 |
- uses: actions/checkout@v4
|
15 |
- name: Set up Python ${{ matrix.python-version }}
|
|
|
20 |
run: |
|
21 |
python -m pip install --upgrade pip
|
22 |
pip install pylint
|
23 |
+
pip install -r app/requirements.txt
|
24 |
- name: Analysing the code with pylint
|
25 |
run: |
|
26 |
pylint $(git ls-files '*.py')
|