Fix CI pipeline and typo in pyproject.toml

This commit is contained in:
Lars van Rhijn
2023-11-24 22:40:48 +01:00
parent 8da9672fc1
commit 1ac89e09ad
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ black:
- python3 -m pip install --upgrade pip
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"
- poetry install --with dev
- poetry install --with dev --no-root
script:
- poetry run black --quiet --check marietje