From 5b69b647c5c5c42ad93be277af072a775d252016 Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Thu, 18 Jul 2024 20:31:04 -0700 Subject: [PATCH] Update run-layout-tests.yml --- .github/workflows/run-layout-tests.yml | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/run-layout-tests.yml b/.github/workflows/run-layout-tests.yml index 59918090..87b454c0 100644 --- a/.github/workflows/run-layout-tests.yml +++ b/.github/workflows/run-layout-tests.yml @@ -45,17 +45,17 @@ jobs: files: ./coverage.xml fail_ci_if_error: true - - name: setup python 3.7 - uses: actions/setup-python@v4 - with: - python-version: '3.7' - cache: "pip" - cache-dependency-path: pyproject.toml - - - name: install python 3.7 packages - run: | - python -m pip install --upgrade pip - pip install klayout numpy scipy pytest pytest-cov - - - name: Test with pytest, python 3.7 - run: pytest klayout_dot_config/tech + # - name: setup python 3.9 + # uses: actions/setup-python@v4 + # with: + # python-version: '3.9' + # cache: "pip" + # cache-dependency-path: pyproject.toml + + # - name: install python 3.9 packages + # run: | + # python -m pip install --upgrade pip + # pip install klayout numpy scipy pytest pytest-cov + + # - name: Test with pytest, python 3.9 + # run: pytest klayout_dot_config/tech