Skip to content

Commit

Permalink
WIP-CAP: ironpy to cpy compiling olc cpy
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 17, 2024
1 parent 87e10e0 commit 27456c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ghpython-components/componentize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import System
import System.IO

GHPYTHON_SCRIPT_GUID = System.Guid("410755b1-224a-4c1e-a407-bf32fb45ea7d")
GHPYTHON_SCRIPT_GUID = System.Guid("410755b1-224a-4c1e-a407-bf32fb45ea7e")
TEMPLATE_VER = re.compile("{{version}}")
TEMPLATE_NAME = re.compile("{{name}}")
TEMPLATE_GHUSER_NAME = re.compile("{{ghuser_name}}")
Expand Down Expand Up @@ -391,7 +391,7 @@ def create_ghuser_component(source, target, version=None, prefix=None):
gh_io = os.path.abspath(gh_io)
gh_io = gh_io[:-4]
clr.AddReference(gh_io)

print("[x] GH_IO assembly: {}".format(gh_io))

print("Processing component bundles:")
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build
on:
push:
branches:
- cpy_dev
- cpy_dev # TODO: to erase once merged
- main

jobs:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: NuGet/[email protected]

- name: Install Python and pythonnet
- name: Install Python3
uses: actions/setup-python@v2
with:
python-version: '3.9.10'
Expand Down

0 comments on commit 27456c2

Please sign in to comment.