1
0
Fork 0

fix(build): mark additional targets as phony

This commit is contained in:
Sean Sube 2023-02-05 22:36:19 -06:00
parent 73d3688e5d
commit 9f9736c30c
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -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