Skip to content

Commit 5a57a4a

Browse files
committed
add cborg dependency to publish workflow
1 parent 32f5c8b commit 5a57a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
- name: "Generate examples"
2525
run: |
26+
npm install -g cborg
2627
python3 -m pip install --upgrade pip
2728
python3 -m pip install -r src/requirements.txt
2829
python3 src/main.py

0 commit comments

Comments
 (0)