Skip to content

Commit

Permalink
Update run-layout-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc authored Jul 19, 2024
1 parent c81b4c2 commit 5b69b64
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/run-layout-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b69b64

Please sign in to comment.