Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Nov 18, 2023
1 parent 9c6c6e4 commit 4eac52f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/zenodo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ jobs:
node-version: 18.15.0
cache: yarn

- name: (PREPARE) Install Dependencies
- name: (PREPARE) Install Node Dependencies
run: rm -rf node_modules && yarn --immutable

- name: (PREPARE) Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10.13
cache: pip

- name: (PREPARE) Install Python dependencies
run: pip install -r cmds/zenodo/requirements.txt

###################################################
#
Expand Down
1 change: 1 addition & 0 deletions cmds/zenodo/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests==2.28.1
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"puml:down": "cd docs && docker-compose down",
"large:check": "bash cmds/check-large-files.sh",
"release:npm": "npm publish",
"release:zenodo": "python cmds/zenodo.py"
"release:zenodo": "python cmds/zenodo/script.py"
},
"packageManager": "[email protected]"
}

0 comments on commit 4eac52f

Please sign in to comment.