From 0747df2dc5b481428a6e2fec2e84d7ccf836e9e5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 10 Feb 2026 13:04:23 -0600 Subject: [PATCH] feat(ci): Explicitly set default Python to python3 (#9786) --- .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 0da121df9c..706fa55e58 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 96e22ad530..5e87a7a03d 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -82,7 +82,7 @@ jobs: - 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