From 998125b1aeb31fe808d48d168bbef4f8ad155834 Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Wed, 25 Oct 2023 13:50:25 -0500 Subject: [PATCH] fix wf --- .github/workflows/schematic-schema-convert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schematic-schema-convert.yml b/.github/workflows/schematic-schema-convert.yml index 38be7147..7ec4f540 100644 --- a/.github/workflows/schematic-schema-convert.yml +++ b/.github/workflows/schematic-schema-convert.yml @@ -36,8 +36,8 @@ jobs: pip3 install poetry # clone patched branch until develop is stable git clone https://github.com/Sage-Bionetworks/schematic.git - git checkout 74d3b98f97eb14f70e9f6ad3a02005812b237329 cd schematic + git checkout 74d3b98f97eb14f70e9f6ad3a02005812b237329 poetry build pip3 install dist/schematicpy-1.0.0-py3-none-any.whl cd ..