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 Feb 28, 2022
1 parent c1ab4be commit 8c9f5a8
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 @@ -105,7 +105,7 @@ flake8:
stage: test
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 8c9f5a8

Please sign in to comment.