Skip to content

Commit

Permalink
GA actions tweak; real code unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Apr 17, 2021
1 parent 5cde70d commit 1645819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:
CIBW_SKIP: cp27-* cp35-* *-manylinux_i686 pp*
CIBW_BEFORE_ALL_LINUX: yum install -y tk mesa-libGLU-devel
CIBW_BEFORE_BUILD: >
pip install cython sphinx cypari &&
pip install cython sphinx cypari FXrays &&
pip install https://github.com/3-manifolds/PLink/archive/master.zip &&
pip install https://github.com/3-manifolds/snappy_manifolds/archive/master.zip &&
pip install https://github.com/3-manifolds/Spherogram/archive/master.zip
CIBW_BEFORE_TEST: >
pip install cython cypari &&
pip install https://github.com/3-manifolds/PLink/archive/master.zip &&
pip install https://github.com/3-manifolds/snappy_manifolds/archive/master.zip &&
pip install git+https://github.com/3-manifolds/Spherogram
Expand Down

0 comments on commit 1645819

Please sign in to comment.