insert python venv packages into sys.path
Some checks failed
/ job (push) Failing after 10m2s

This commit is contained in:
Marc Beninca 2024-08-07 15:38:05 +02:00
parent 98923934b3
commit f659487b86
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -3,6 +3,11 @@
__version__ = "0.0.1"
import sys
import env
sys.path.insert(0, env.SPCD_PYTHON_VENV_PACKAGES)
from pathlib import Path
from rwx import fs