diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41bbb031e..bc762704f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: - name: install packages run: | ./alpine.sh apk update - ./alpine.sh apk add build-base cmake git python3 clang ninja + ./alpine.sh apk add build-base cmake git python3 py3-pip clang ninja - name: install python dev dependencies run: ./alpine.sh pip3 install -r requirements-dev.txt |