Skip to content

Commit

Permalink
Update run-verification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc authored Oct 1, 2024
1 parent 7211fba commit a79c670
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: checkout repo content
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -46,13 +46,13 @@ jobs:

# can also specify python version if needed
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: install python packages
run: |
python -m pip install --upgrade pip
pip install klayout SiEPIC siepic_ebeam_pdk
python -m pip install --upgrade SiEPIC
- name: download latest python-to-oas-gds artifact from triggering workflow
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit a79c670

Please sign in to comment.