From 84f2439eab1a9435b55fa99d46eeb75ed639c37f Mon Sep 17 00:00:00 2001 From: Zaariel91 <115039613+Zaariel91@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:25:30 +0300 Subject: [PATCH] Update release-alpine.yml --- .github/workflows/release-alpine.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-alpine.yml b/.github/workflows/release-alpine.yml index b33a636d..2375e458 100644 --- a/.github/workflows/release-alpine.yml +++ b/.github/workflows/release-alpine.yml @@ -34,7 +34,20 @@ jobs: build-base \ boost-dev \ gmp-dev \ - abuild + abuild + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.9' + architecture: 'x64' + + - name: Install dependencies + run: | + python -m venv venv + source venv/bin/activate + pip install --upgrade pip + pip install sympy==1.12.1 cairo-lang==0.12.0 - name: Change ownership of /github/home run: sudo chown -R $(whoami) /github/home