From b65800f3dd82a672fb780d55a91f7cff4fcae481 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Tue, 27 Feb 2024 00:20:46 +0400 Subject: [PATCH] ~ --- .github/workflows/ci-test-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index c5bf96fc..b0cbe9a1 100644 --- a/.github/workflows/ci-test-run.yml +++ b/.github/workflows/ci-test-run.yml @@ -36,7 +36,7 @@ jobs: - name: Install Alpine packages if: matrix.artifact == 'alpine' run: | - apk add --no-cache bash python3-dev + apk add --no-cache bash python3 py3-pip - uses: actions/checkout@v3