From 9775fc9d3e257cc222ea950a3623beb1068b8f6a Mon Sep 17 00:00:00 2001 From: swryan Date: Tue, 28 May 2024 17:44:43 -0400 Subject: [PATCH] rm swig, display log --- .github/workflows/test_workflow.yml | 10 ++++++++++ pyproject.toml | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index 7ff11e8..6c8048a 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -295,6 +295,16 @@ jobs: echo "BRANCH=${BRANCH}" >> $GITHUB_ENV + - name: Display build log + if: failure() + run: | + for f in $(find /tmp/ -name 'meson-log.txt'); do + echo "=============================================================" + echo $f + echo "=============================================================" + cat $f + done + # Enable tmate debugging of manually-triggered workflows if the input option was provided # # To access the terminal through the web-interface: diff --git a/pyproject.toml b/pyproject.toml index d9f735b..9e8ee4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ dependencies = [ "numpy", "packaging", "sqlitedict", - "swig", ] [project.optional-dependencies]