Skip to content

Commit

Permalink
Update generate_api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
torogi94 committed Sep 5, 2023
1 parent e05295d commit e559556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
python-version: 3.9

- name: Install sdRDM
run: python3 -m pip install git+https://github.com/JR-1991/software-driven-rdm.git@20-lowest-level-elements-in-xml-cannot-have-attributes-and-content
run: python3 -m pip install git+https://github.com/JR-1991/software-driven-rdm.git@linking-refactor

- name: Generate API
env:
URL: ${{github.repositoryUrl}}
COMMIT: ${{github.sha}}
run: sdrdm generate --path ./specifications/ --out . --name "$LIB_NAME" --url "$URL" --commit "$COMMIT"
run: sdrdm generate --path ./specifications/ --out ./nmrpy/ --name datamodel --url "$URL" --commit "$COMMIT"

- name: Push source code
run: |
Expand Down

0 comments on commit e559556

Please sign in to comment.