From 5e39c3b5dc086ffc485819d3a27ab253b348a474 Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Fri, 16 Apr 2021 22:23:57 -0500 Subject: [PATCH] Another GA actions tweak; real code unchanged --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2684d5fc..d68c4faa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: 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 && 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