Skip to content
Snippets Groups Projects
Commit 37cc9add authored by dilawar's avatar dilawar :ant:
Browse files

ci: fixes to makefile

parent 1e526723
No related branches found
No related tags found
No related merge requests found
Pipeline #3607 failed with stages
in 11 seconds
......@@ -4,7 +4,7 @@ MYPY_OPTS:=--ignore-missing-imports --install-types --non-interactive
all : lint build
ci: bootstrap build test
ci: build test
build: check
$(POETRY) build
......@@ -40,5 +40,5 @@ doc html:
cd docs && make html
.PHONY : copr fix test install lint build \
all check bootstrap test_pipeline \
all check test_pipeline \
runner gitlab-runner image image_upload
This diff is collapsed.
......@@ -21,6 +21,7 @@ Sphinx = "^5.2.2"
myst-parser = "^0.18.1"
pylint = "^2.15.3"
mypy = "^0.981"
twine = "^4.0.1"
[build-system]
requires = ["poetry-core"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment