Skip to content

Commit

Permalink
ci: klayout-osx: add packages for py310 and py38
Browse files Browse the repository at this point in the history
Explicitly set the Python version for these two packages.

Signed-off-by: Sean Cross <[email protected]>
  • Loading branch information
xobs committed Feb 24, 2023
1 parent bb381ad commit 402f0bc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,22 @@ jobs:
- uses: actions/checkout@v3
- uses: ./ci

klayout-osx:
klayout-osx-py310:
runs-on: "macos-latest"
env:
PACKAGE: "misc/klayout"
OS_NAME: "osx"
PYTHON_VERSION: "3.10"
steps:
- uses: actions/checkout@v3
- uses: ./ci

klayout-osx-py38:
runs-on: "macos-latest"
env:
PACKAGE: "misc/klayout"
OS_NAME: "osx"
PYTHON_VERSION: "3.8"
steps:
- uses: actions/checkout@v3
- uses: ./ci
Expand Down

0 comments on commit 402f0bc

Please sign in to comment.