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 4cf1be8 commit 76fbbc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.9
- name: setup python 3.7
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.7'
cache: "pip"
cache-dependency-path: pyproject.toml

- name: install python 3.9 packages
- 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.9
- name: Test with pytest, python 3.7
run: pytest klayout_dot_config/tech

0 comments on commit 76fbbc0

Please sign in to comment.