make running in image removed - dependency installation fixed

This commit is contained in:
pseusys
2023-02-11 17:48:28 +01:00
parent 1dd40197e3
commit 469c8eb753
2 changed files with 3 additions and 6 deletions

View File

@@ -26,11 +26,8 @@ node_modules:
npm i npm@next-8
npm i vega vega-lite vega-cli canvas
dependencies: venv node_modules
.PHONY: dependencies
run-locally: dependencies
run-locally: venv node_modules
@ # Run action locally
source <(cat .env.example | sed 's/=/=/' | sed 's/^/export /') && python3 ./sources/main.py
.PHONY: run-locally