Skip to content

Commit

Permalink
fix(build): mark additional targets as phony
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 6, 2023
1 parent 73d3688 commit 9f9736c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: ci pip test package-dist package-upload
.PHONY: ci check-venv pip pip-dev lint-check lint-fix test typecheck package package-dist package-upload

onnx_env: ## create virtual env
python -v venv onnx_env
Expand Down

0 comments on commit 9f9736c

Please sign in to comment.