Skip to content

Commit

Permalink
added prior project dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Mar 5, 2024
1 parent f39312b commit 73d7b39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
generate-api:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
poetry install
- name: Generate sdRDM library
uses: JR-1991/generate-sdrdm-api@main
with:
Expand Down

0 comments on commit 73d7b39

Please sign in to comment.