Install dependencies in zenodo workflow

This commit is contained in:
Ananth Venkatesh 2024-02-15 14:20:57 -08:00 committed by GitHub
parent c0570ff5f2
commit d3576b7b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,5 +22,6 @@ jobs:
working-directory: scripts working-directory: scripts
env: env:
ZENODO: ${{ secrets.ZENODO }} ZENODO: ${{ secrets.ZENODO }}
run: bash run.sh ${{ inputs.name }} ${{ inputs.path }} run: |
npm install
bash run.sh ${{ inputs.name }} ${{ inputs.path }}