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 Dec 11, 2023
1 parent f5ea844 commit 5d61763
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 @@ -28,7 +28,7 @@ jobs:
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install klayout numpy scipy pytest
pip install klayout numpy scipy pytest pytest-cov
- name: Test with pytest
run: pytest --cov=klayout_dot_config/python/SiEPIC klayout_dot_config/tech
Expand Down

0 comments on commit 5d61763

Please sign in to comment.