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 Oct 19, 2024
1 parent 055eb7f commit 25f3a59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-layout-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:

- name: install python 3.11 packages
run: |
python -m pip install --upgrade pip
# python -m pip install --upgrade pip
pip install klayout numpy scipy pytest pytest-cov IPython
pip install -e klayout_dot_config/python
- 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 25f3a59

Please sign in to comment.