Skip to content

Commit

Permalink
Merge pull request #2060 from h-vetinari/win310
Browse files Browse the repository at this point in the history
remove python 3.10 pin in `run_win_build.bat` template
  • Loading branch information
beckermr committed Sep 14, 2024
2 parents 4041b8d + e0ddc3a commit 6b155cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/run_win_build.bat.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set "CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1"

:: Provision the necessary dependencies to build the recipe later
echo Installing dependencies
{{ conda_install_tool }}.exe install "python=3.10" pip {{ conda_install_tool_deps }} {{ conda_build_tool_deps }} {{ " ".join(remote_ci_setup) }} -c conda-forge --strict-channel-priority --yes
{{ conda_install_tool }}.exe install pip {{ conda_install_tool_deps }} {{ conda_build_tool_deps }} {{ " ".join(remote_ci_setup) }} -c conda-forge --strict-channel-priority --yes
if !errorlevel! neq 0 exit /b !errorlevel!

{%- if local_ci_setup %}
Expand Down

0 comments on commit 6b155cb

Please sign in to comment.