Skip to content

Commit

Permalink
run without dependencies elifesciences/issues#8963
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-tm-amin committed Oct 16, 2024
1 parent fa46831 commit 60203c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-api-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

- name: Check for api-sdk updates
run: |
docker compose run setup composer install
docker compose run setup composer update 'elife/api', 'elife/api-client' 'elife/api-sdk' --with-dependencies --no-suggest --no-interaction
docker compose run --no-deps setup composer install
docker compose run --no-deps setup composer update 'elife/api', 'elife/api-client' 'elife/api-sdk' --with-dependencies --no-suggest --no-interaction
- id: get-api-sdk-version
run: echo api-sdk-version=$(jq -r '.packages[]|select(.name == "elife/api-sdk").source.reference' < composer.lock) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 60203c1

Please sign in to comment.