Skip to content

Commit

Permalink
Backport PR #23254 on branch 6.x (PR: Set python_min environment vari…
Browse files Browse the repository at this point in the history
…able for subrepo conda package builds) (#23261)
  • Loading branch information
meeseeksmachine authored Dec 12, 2024
1 parent bbc32e3 commit f964fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-subrepos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
env:
CONDA_BLD_PATH: ${{ github.workspace }}/installers-conda/build/conda-bld
python_min: '3.9'
run: python build_conda_pkgs.py --build $pkg

0 comments on commit f964fff

Please sign in to comment.