Skip to content

Commit

Permalink
Temporarily pin dependency version due to failure
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Mar 1, 2022
1 parent c4f5f04 commit 44f53eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ flake8:
needs: []
image: python:3.8
before_script:
- "pip install 'flake8<4' flake8-awesome"
- "pip install 'flake8<4' 'bandit==1.7.2' flake8-awesome"
script:
- flake8
<<: *pip-cache
Expand Down

0 comments on commit 44f53eb

Please sign in to comment.