We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0edc00 commit acc5726Copy full SHA for acc5726
.github/workflows/main.yml
@@ -9,6 +9,6 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- name: Install dependencies
12
- run: ./make.sh
+ run: apt-get update && apt-get install pipx && pipx install poetry
13
- name: Link check
14
run: ./make.sh linkcheck
0 commit comments