From 25f3a597d2874399046c3da46eee3bc3abe4bc7c Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Sat, 19 Oct 2024 01:03:13 -0700 Subject: [PATCH] Update run-layout-tests.yml --- .github/workflows/run-layout-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-layout-tests.yml b/.github/workflows/run-layout-tests.yml index 5a63ee84..7016f5e3 100644 --- a/.github/workflows/run-layout-tests.yml +++ b/.github/workflows/run-layout-tests.yml @@ -31,9 +31,10 @@ jobs: - name: install python 3.11 packages run: | - python -m pip install --upgrade pip + # python -m pip install --upgrade pip pip install klayout numpy scipy pytest pytest-cov IPython - + pip install -e klayout_dot_config/python + - name: Test with pytest, python 3.11 run: pytest --cov=klayout_dot_config/python/SiEPIC klayout_dot_config/tech --cov-report=xml