Skip to content

Commit

Permalink
merge update
Browse files Browse the repository at this point in the history
don't need the PDK for merging
  • Loading branch information
lukasc-ubc committed Jul 16, 2024
1 parent a9370fb commit cdafea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: install python packages
run: |
#python -m pip install --upgrade pip
pip install klayout SiEPIC siepic_ebeam_pdk pandas
python -m pip install --upgrade SiEPIC
pip install klayout SiEPIC pandas
# pip install siepic_ebeam_pdk
- name: run merge script
run: |
Expand Down
2 changes: 2 additions & 0 deletions merge/EBeam_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
from SiEPIC.utils import find_automated_measurement_labels
import os

'''
if Python_Env == 'Script':
import importlib.util
spam_spec = importlib.util.find_spec("siepic_ebeam_pdk")
Expand All @@ -72,6 +73,7 @@
path_GitHub = os.path.expanduser('~/Documents/GitHub/')
sys.path.append(os.path.join(path_GitHub, 'SiEPIC_EBeam_PDK/klayout'))
import siepic_ebeam_pdk
'''

# Output layout
layout = pya.Layout()
Expand Down

0 comments on commit cdafea7

Please sign in to comment.