Skip to content

Commit

Permalink
Pin used python package versiosn in Github Actions
Browse files Browse the repository at this point in the history
to the ones in conda_env/gdal-dev.yml
  • Loading branch information
treee111 committed Sep 26, 2022
1 parent 6c50d27 commit 587a149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint==2.15.*
pip install mock
pip install requests
pip install requests==2.28.*
- name: Analysing the code with pylint
run: |
pylint -j 0 ./wahoomc ./tests
Expand Down

0 comments on commit 587a149

Please sign in to comment.