Skip to content

Commit

Permalink
added missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed Mar 5, 2024
1 parent 73d7b39 commit c6c6f2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ jobs:
generate-api:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- 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 c6c6f2c

Please sign in to comment.