Skip to content

Commit

Permalink
Merge pull request #208 from DSACMS/nat/extend-json-gh-action
Browse files Browse the repository at this point in the history
Repolinter: Updated extendJSON action to include installing dependencies
  • Loading branch information
natalialuzuriaga authored Nov 19, 2024
2 parents 02e3e2b + fd6c255 commit cce30b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/extendJSON/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ runs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Install dependencies
run: pip install pydash

- name: Extend JSON and write to env
id: resolve-step
Expand Down

0 comments on commit cce30b6

Please sign in to comment.