Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Makefile to run make docker-run (#271)
Fixes the following errors that popped up when trying to run `make docker-run`: ``` (venv) ➜ dag-factory git:(release-0.2.0) ✗ make build-whl cd examples && ln -s ../dev/dags dags ln: dags/dags: File exists make: *** [build-whl] Error 1 ``` And ``` (venv) ➜ dag-factory git:(release-0.2.0) ✗ make docker-run cd dev python3 -m build --outdir dev/include/ /Users/tati/Code/dag-factory/venv/bin/python3: No module named build make: *** [build-whl] Error 1 ```
- Loading branch information