Skip to content

Commit

Permalink
ident error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jul 21, 2023
1 parent b58e2c8 commit 9406e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-pyston.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
run: |
sudo apt-get update -qq && sudo apt-get install -qq liblapack-dev llvm-11 llvm-11-dev
# sudo /usr/lib/llvm-11/bin/llvm-config --version
sudo pyston -m pip install --upgrade pip
sudo pyston -m pip install --upgrade pip
sudo LLVM_CONFIG=/usr/lib/llvm-11/bin/llvm-config pyston -m pip install llvmlite
# Download wheels for heavy packages from mathics-omnibus
# Download wheels for heavy packages from mathics-omnibus
wget https://github.com/Mathics3/mathics-omnibus/raw/master/docker/src/Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
wget https://github.com/Mathics3/mathics-omnibus/raw/master/docker/src/numpy-1.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
wget https://github.com/Mathics3/mathics-omnibus/blob/master/docker/src/scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Expand Down

0 comments on commit 9406e78

Please sign in to comment.