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

chore: Update makefile

parent c9ddbba2
No related branches found
No related tags found
No related merge requests found
Pipeline #3588 failed with stages
in 46 seconds
PYTHON := $(shell which python3)
POETRY := $(shell which poetry) POETRY := $(shell which poetry)
MYPY_OPTS:=--ignore-missing-imports --install-types --non-interactive MYPY_OPTS:=--ignore-missing-imports --install-types --non-interactive
...@@ -7,10 +6,6 @@ all : lint build ...@@ -7,10 +6,6 @@ all : lint build
ci: bootstrap build test ci: bootstrap build test
bootstrap:
$(PYTHON) -m ensurepip
$(PYTHON) -m pip install poetry
build: check build: check
$(POETRY) build $(POETRY) build
...@@ -39,7 +34,7 @@ test_pipeline: install ...@@ -39,7 +34,7 @@ test_pipeline: install
release: release:
rm -rf dist/*.whl rm -rf dist/*.whl
./.ci/realese.sh bash ./.ci/realese.sh
.PHONY : copr fix test install lint build \ .PHONY : copr fix test install lint build \
all check bootstrap test_pipeline \ all check bootstrap test_pipeline \
......
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