Skip to content

Commit 440785a

Browse files
committed
github: fix workflow
1 parent 2bb5450 commit 440785a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install
1717
run: |
1818
apk update
19-
apk add git python3 make gcc linux-headers libc-dev py-pip node npm
19+
apk add git python3 make gcc linux-headers libc-dev py-pip
2020
python3 -m venv .venv
2121
source .venv/bin/activate
2222
pip install -r requirements.txt

0 commit comments

Comments
 (0)