Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 22, 2024
1 parent 7f03bce commit 05b3e4e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 05b3e4e

Please sign in to comment.