Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix wf #59

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/schematic-schema-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down