Skip to content

Commit

Permalink
Merge pull request #62 from nf-osi/main
Browse files Browse the repository at this point in the history
update schema workflow
  • Loading branch information
allaway authored Oct 25, 2023
2 parents a179887 + a821471 commit c31052a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/schematic-schema-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c31052a

Please sign in to comment.