Skip to content

Commit

Permalink
setup node for pubmed
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushi.agrawal authored and ayushi.agrawal committed Nov 20, 2023
1 parent 7e0941f commit 20ec686
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/on_pr_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
pubmed:
if: true
needs: [get-pr,get-gpml, metadata]
needs: [get-pr,get-gpml,metadata]
runs-on: ubuntu-latest
outputs:
pr-desc: ${{ steps.report.outputs.pr-desc }}
Expand All @@ -368,6 +368,11 @@ jobs:
# Downloads gpml-file and metadata artifacts to working dir
# Note: Automatically unzips to provide files with original filenames
uses: actions/download-artifact@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16

- name: Run generate-references
run: |
Expand Down

0 comments on commit 20ec686

Please sign in to comment.