Skip to content

Commit acc5726

Browse files
committed
Fix link check job
1 parent a0edc00 commit acc5726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Install dependencies
12-
run: ./make.sh
12+
run: apt-get update && apt-get install pipx && pipx install poetry
1313
- name: Link check
1414
run: ./make.sh linkcheck

0 commit comments

Comments
 (0)