From 05b3e4e840f3258d99b1d07c6c27e882260f1c29 Mon Sep 17 00:00:00 2001 From: Zaariel91 <115039613+Zaariel91@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:05:16 +0300 Subject: [PATCH] Update release-alpine.yml --- .github/workflows/release-alpine.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release-alpine.yml b/.github/workflows/release-alpine.yml index 97c1d92d..b3f56b51 100644 --- a/.github/workflows/release-alpine.yml +++ b/.github/workflows/release-alpine.yml @@ -36,22 +36,22 @@ jobs: gmp-dev \ abuild - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.9' - architecture: 'x64' + # - name: Set up Python + # uses: actions/setup-python@v2 + # with: + # python-version: '3.9' + # architecture: 'x64' - - name: Install dependencies - run: | - python -m venv venv - ./venv/bin/activate - pip install --upgrade pip - pip install sympy==1.12.1 cairo-lang==0.12.0 - shell: bash + # - name: Install dependencies + # run: | + # python -m venv venv + # ./venv/bin/activate + # pip install --upgrade pip + # pip install sympy==1.12.1 cairo-lang==0.12.0 + # shell: bash - - name: Change ownership of /github/home - run: sudo chown -R $(whoami) /github/home + # - name: Change ownership of /github/home + # run: sudo chown -R $(whoami) /github/home - name: Build run: |