Skip to content

Commit

Permalink
Merge pull request spyder-ide#23254 from mrclary/python_min
Browse files Browse the repository at this point in the history
PR: Set python_min environment variable for subrepo conda package builds
  • Loading branch information
ccordoba12 authored Dec 12, 2024
2 parents 7318cca + 810c4e5 commit 6d6dc56
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 6d6dc56

Please sign in to comment.