From 6d46824bed76b93fbaeb874cbe8952eb84004e85 Mon Sep 17 00:00:00 2001 From: John Wiggins Date: Mon, 22 Feb 2021 17:28:36 +0100 Subject: [PATCH] Add Cython and SWIG to cron job build deps --- .github/workflows/bleeding-edge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bleeding-edge.yml b/.github/workflows/bleeding-edge.yml index c21750756..4e4b4963d 100644 --- a/.github/workflows/bleeding-edge.yml +++ b/.github/workflows/bleeding-edge.yml @@ -46,6 +46,8 @@ jobs: run: | python -m pip install -U pip setuptools wheel python -m pip install numpy + python -m pip install Cython + python -m pip install swig==3.0.11 - name: Install prebuilt wxPython run: python -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 wxPython if: matrix.toolkit == 'wx'