Skip to content

Commit

Permalink
Merge pull request #59 from fourdigits/add-env-to-install-ci
Browse files Browse the repository at this point in the history
Setup env before install-ci
  • Loading branch information
geertjanvdenbosch authored Aug 30, 2024
2 parents a0f493d + 627e104 commit ea476ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint:
test: lint
$(BIN)/tox run

install-ci:
install-ci: $(ENV)
$(PYTHON) -m pip install --upgrade pip setuptools wheel twine .

.PHONY: build
Expand Down

0 comments on commit ea476ce

Please sign in to comment.