From 35a154602672fffbc8c2c50e6e26b29f04bc5b5d Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Sat, 23 Mar 2024 12:51:39 -0700 Subject: [PATCH] Update run-layout-tests.yml --- .github/workflows/run-layout-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-layout-tests.yml b/.github/workflows/run-layout-tests.yml index 801b95ce..8131af7d 100644 --- a/.github/workflows/run-layout-tests.yml +++ b/.github/workflows/run-layout-tests.yml @@ -32,7 +32,7 @@ jobs: - name: install python 3.11 packages run: | python -m pip install --upgrade pip - pip install klayout numpy scipy pytest pytest-cov + pip install klayout==0.28.17 numpy scipy pytest pytest-cov - name: Test with pytest, python 3.11 run: pytest --cov=klayout_dot_config/python/SiEPIC klayout_dot_config/tech --cov-report=xml