We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c356998 commit f3a540aCopy full SHA for f3a540a
1 file changed
.gitlab-ci.yml
@@ -46,6 +46,7 @@ check-safety:
46
- apt-get install -y python-enchant
47
- pip install poetry
48
- poetry config settings.virtualenvs.in-project true
49
+ - rm -rf .venv
50
- poetry install -vv
51
- poetry --version
52
script: make check-safety
0 commit comments