Update documentation
This commit is contained in:
parent
8d744a2cd3
commit
926d56fcba
1 changed files with 3 additions and 1 deletions
|
@ -241,7 +241,9 @@ jobs:
|
||||||
image: alpine
|
image: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk --no-cache add git python3
|
run: |
|
||||||
|
apk --no-cache add git python3
|
||||||
|
python3 -m ensurepip
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue