OxbridgeEconomics commited on
Commit
df93f7b
·
unverified ·
1 Parent(s): 6ccf0b8

Update pylint.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/pylint.yml +2 -1
.github/workflows/pylint.yml CHANGED
@@ -9,7 +9,7 @@ jobs:
9
  runs-on: ubuntu-latest
10
  strategy:
11
  matrix:
12
- python-version: ["3.8", "3.9", "3.10"]
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')