From 95ef6601d48d89d2e39803b05007cc211fa29c7c Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Wed, 25 Oct 2023 13:56:18 -0500 Subject: [PATCH] Update schematic-schema-convert.yml --- .github/workflows/schematic-schema-convert.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/schematic-schema-convert.yml b/.github/workflows/schematic-schema-convert.yml index 7ec4f540..3152e69c 100644 --- a/.github/workflows/schematic-schema-convert.yml +++ b/.github/workflows/schematic-schema-convert.yml @@ -32,15 +32,7 @@ jobs: - name: Install schematic and convert schema #temporarily revert to this to use edge version of schematic shell: bash run: | - # use 'poetry' to install schematic from the develop branch - pip3 install poetry - # clone patched branch until develop is stable - git clone https://github.com/Sage-Bionetworks/schematic.git - cd schematic - git checkout 74d3b98f97eb14f70e9f6ad3a02005812b237329 - poetry build - pip3 install dist/schematicpy-1.0.0-py3-none-any.whl - cd .. + pip install git+https://github.com/Sage-Bionetworks/schematic.git@74d3b98f97eb14f70e9f6ad3a02005812b237329 schematic schema convert $schema_filename -o nf-research-tools.jsonld