Skip to content

Commit

Permalink
Update alpine-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent 3b4e7cf commit a4a055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apk add ncurses elfutils-dev gmp-dev python3 py3-pip
python3 -m venv venv
pwd
ls -la
. /venv/bin/activate
./venv/bin/activate

pip install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0

Expand Down

0 comments on commit a4a055f

Please sign in to comment.