fix(deploy): remove strict python version

This commit is contained in:
dextmorgn
2025-10-26 23:46:14 +01:00
parent 7e91ce2895
commit 7da4c7b2f3

View File

@@ -38,7 +38,6 @@ install:
exit 1; \
fi
poetry config virtualenvs.in-project true --local
poetry env use python3.12
docker compose up -d postgres redis neo4j
poetry install
cd $(PROJECT_ROOT)/flowsint-core && poetry install