Skip to content

Commit

Permalink
Merge pull request #119 from vcstuff/c2bo/fix-cborg-dependency
Browse files Browse the repository at this point in the history
add cborg dependency to publish workflow
  • Loading branch information
c2bo authored Mar 4, 2024
2 parents 32f5c8b + 5a57a4a commit 1198ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: "Generate examples"
run: |
npm install -g cborg
python3 -m pip install --upgrade pip
python3 -m pip install -r src/requirements.txt
python3 src/main.py
Expand Down

0 comments on commit 1198ede

Please sign in to comment.