From 378a07b12340b63b1b151ab4f26d121c1aba2d4d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:07:34 -0800 Subject: [PATCH] feat(ci): Explicitly set default Python to python3 (#9786) (#9788) --- .github/workflows/bootstrap.yml | 2 +- .github/workflows/json-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index c356bee0d7..3a8ee49fd2 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -55,7 +55,7 @@ jobs: run: anda build -D "vendor Terra" -rrpmbuild anda/terra/release/pkg - name: Build terra-appstream-helper - run: anda build -D "vendor Terra" -rrpmbuild anda/terra/appstream-helper/pkg + run: anda build -D "vendor Terra" -D "__python %{__python3}" -rrpmbuild anda/terra/appstream-helper/pkg - name: Build Subatomic run: anda build -D "vendor Terra" -rrpmbuild anda/tools/buildsys/subatomic/pkg diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index 516403e039..a6fc954c3c 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -81,7 +81,7 @@ jobs: fi - name: Build with Andaman - run: anda build -D "vendor Terra" ${{ matrix.pkg.pkg }} -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }} + run: anda build -D "vendor Terra" -D "__python %{__python3}" ${{ matrix.pkg.pkg }} -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }} - name: Generating artifact name id: art