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 committed Mar 23, 2024
1 parent 9576c22 commit 35a1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-layout-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a1546

Please sign in to comment.