Skip to content

Commit

Permalink
chore: ensure runner pkg info is up-to-date (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
vagenas authored Nov 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a2d3df6 commit 96a32ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nb_runner.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Refresh pkg info # https://github.com/actions/runner-images/issues/8047
run: sudo apt-get update
- name: Install system dependencies
run: sudo apt-get install poppler-utils
- name: Install poetry

0 comments on commit 96a32ef

Please sign in to comment.