Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Jul 18, 2021
1 parent b0b2a0d commit 5360f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pylint.yml
Expand Up @@ -9,15 +9,16 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install cython
pip install mpi4py
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit 5360f8c

Please sign in to comment.