Skip to content

Commit

Permalink
rm swig, display log
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed May 28, 2024
1 parent b677749 commit 9775fc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies = [
"numpy",
"packaging",
"sqlitedict",
"swig",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9775fc9

Please sign in to comment.