From 457c0da272d5fe1ef3d75196e119231b2e389953 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:15:23 +0000 Subject: [PATCH 1/2] feat: automatic update of workflows stackhpc/yoga --- .github/workflows/tag-and-release.yml | 12 ++++++++++++ .github/workflows/tox.yml | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/workflows/tag-and-release.yml create mode 100644 .github/workflows/tox.yml diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml new file mode 100644 index 0000000000..4ef4d2618d --- /dev/null +++ b/.github/workflows/tag-and-release.yml @@ -0,0 +1,12 @@ +--- +name: Tag & Release +'on': + push: + branches: + - stackhpc/yoga +permissions: + actions: read + contents: write +jobs: + tag-and-release: + uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml new file mode 100644 index 0000000000..8713f0e02d --- /dev/null +++ b/.github/workflows/tox.yml @@ -0,0 +1,7 @@ +--- +name: Tox Continuous Integration +'on': + pull_request: +jobs: + tox: + uses: stackhpc/.github/.github/workflows/tox.yml@main From 62b4028407f3ddc8cef4a702f3ab10e2534b7dd2 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Thu, 4 Jun 2026 11:50:43 +0100 Subject: [PATCH 2/2] Fix dependencies - remove all-dev packages Removes all-dev packages from bindeps, which were python 2, but have since been removed so tests now fail --- bindep.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index efa6c067b1..d23b61c897 100644 --- a/bindep.txt +++ b/bindep.txt @@ -15,8 +15,6 @@ libxslt1-dev [platform:dpkg] mysql-client [platform:dpkg] mysql-server [platform:dpkg] postgresql-client [platform:dpkg] -postgresql-server-dev-all [platform:dpkg] -python-all-dev [platform:dpkg] python3-all-dev [platform:dpkg] cyrus-sasl-devel [platform:rpm]