Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 26, 2024
1 parent 8a230e7 commit 3ffc11a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/appveyor-cpp-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,16 @@ conda config --set show_channel_urls True
conda config --set remote_connect_timeout_secs 12
@rem Workaround for ARROW-13636
conda config --append disallowed_packages pypy3
@rem Can't use conda-libmamba-solver 2.0.0
conda config --set solver classic
conda info -a

@rem
@rem Install Python to the base environment
@rem
conda install -q -y -c conda-forge python=%PYTHON% || exit /B

@rem Can't use conda-libmamba-solver 2.0.0
conda config --set solver classic

@rem Update for newer CA certificates
conda update -q -y -c conda-forge --all || exit /B

Expand Down

0 comments on commit 3ffc11a

Please sign in to comment.