From c6ebaec038e62bc75aafb06f5f8949a50b2f3b86 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Tue, 26 Nov 2024 15:54:52 -0800 Subject: [PATCH] Fix `tox -e gen-scie-platform`. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 1c3a582bc..9b83d27e2 100644 --- a/tox.ini +++ b/tox.ini @@ -219,6 +219,8 @@ deps = httpx==0.23.0 toml==0.10.2 PyGithub==2.4.0 +setenv = + PYTHONPATH = {env:PYTHONPATH:}{:}{toxinidir} commands = python scripts/gen-scie-platform.py {posargs}