Skip to content

Commit 1198ede

Browse files
authored
Merge pull request #119 from vcstuff/c2bo/fix-cborg-dependency
add cborg dependency to publish workflow
2 parents 32f5c8b + 5a57a4a commit 1198ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/publish.yml

+1
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)