Install dependencies in zenodo workflow
This commit is contained in:
parent
c0570ff5f2
commit
d3576b7b33
1 changed files with 3 additions and 2 deletions
5
.github/workflows/zenodo.yml
vendored
5
.github/workflows/zenodo.yml
vendored
|
@ -22,5 +22,6 @@ jobs:
|
|||
working-directory: scripts
|
||||
env:
|
||||
ZENODO: ${{ secrets.ZENODO }}
|
||||
run: bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
||||
|
||||
run: |
|
||||
npm install
|
||||
bash run.sh ${{ inputs.name }} ${{ inputs.path }}
|
||||
|
|
Loading…
Reference in a new issue