Skip to content

Commit

Permalink
add sudo to snap install
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 16, 2024
1 parent 7820745 commit 06a805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/requirements-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Install yq
run: snap install yq
run: sudo snap install yq
- name: Get Python Version
id: get-py-version
run: |
Expand Down

0 comments on commit 06a805e

Please sign in to comment.