forked from infra/keys
first install dependencies
This commit is contained in:
parent
cb100a4b42
commit
b15a513939
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@ jobs:
|
||||||
run:
|
run:
|
||||||
shell: ash -eo pipefail {0}
|
shell: ash -eo pipefail {0}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache nodejs git openssh python3 py3-pip
|
apk add --no-cache nodejs git openssh python3 py3-pip
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Create virtualenv and install Python dependencies
|
- name: Create virtualenv and install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue