Skip to content

Commit

Permalink
[qodana] try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT authored Aug 16, 2023
1 parent 65aa339 commit 35ab812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ profile:
# - <path/where/not/run/inspection>

#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
bootstrap: pip install -e .[test]
bootstrap: |
rm -rf .idea
pip install -e .[test]
#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
#plugins:
Expand Down

0 comments on commit 35ab812

Please sign in to comment.