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 3926625 commit b58e2c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 41 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ubuntu-minimal.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/ubuntu-pyston.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mathics (ubuntu full with Pyston)
name: Mathics3 (ubuntu full with Pyston)

on:
push:
Expand Down Expand Up @@ -26,12 +26,12 @@ jobs:
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
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
pip install numpy-1.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
pip install scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
pip install Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
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
pip install numpy-1.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
pip install scipy-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
pip install Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl
- name: Install Mathics with minimal dependencies
run: |
make develop
Expand Down

0 comments on commit b58e2c8

Please sign in to comment.