Skip to content

Commit

Permalink
Merge branch 'SiEPIC:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJoyce authored Feb 9, 2024
2 parents a1a73da + a9d8e3a commit 6061a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-to-oas_gds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
echo "Getting oas/gds output for $file"
# run file and generate a gds / oas output
# python "submissions/KLayout Python/$file"
python "$file"
python "submissions/KLayout Python/$file"
# Lukas: for some reason, the "submissions/KLayout" part was showing up twice, and now it isn't.
# python "$file"
# get output and save to OUTPUT_FILES
gds_files=$(find submissions -type f -name "*.gds" -exec basename {} .gds \;)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ Optional: The verification and merging is performed using GitHub actions. The re
## Latest Merge Layout File

<!-- start-link -->
https://github.com/SiEPIC/openEBL-2024-02/actions/runs/7841223398/artifacts/1232658480
https://github.com/SiEPIC/openEBL-2024-02/actions/runs/7841298931/artifacts/1232671867
<!-- end-link -->
Binary file modified submissions/EBeam_LukasChrostowski_BraggMMcavity.oas
Binary file not shown.

0 comments on commit 6061a8b

Please sign in to comment.