Skip to content

Commit

Permalink
ci: make sure the versions of installed packages are the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexole committed May 20, 2022
1 parent db11e5a commit 4a6e3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- id: dependencies
run: |
pip install -r requirements.txt
pip install -r requirements.dev.txt
pip install --upgrade -r requirements.txt
pip install --upgrade -r requirements.dev.txt
- id: pylint
run: make lint

Expand Down

0 comments on commit 4a6e3fb

Please sign in to comment.