Skip to content

Commit

Permalink
Merge pull request SciTools#2140 from greglucas/circle-build
Browse files Browse the repository at this point in the history
CI: Update CircleCI conda python version
  • Loading branch information
QuLogic authored Feb 28, 2023
2 parents 91f89be + bfb89ef commit ee786c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ env-run: &env-setup
conda config \
--set always_yes yes \
--set changeps1 no \
--set show_channel_urls yes
--set show_channel_urls yes \
--set auto_activate_base false
conda config --add channels conda-forge
conda create -n test-environment python=$PYTHON_VERSION
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
- run:
<<: *env-setup
environment:
PYTHON_VERSION: 3
PYTHON_VERSION: 3.11
- run: *deps-install
- run: *cp-install

Expand Down

0 comments on commit ee786c5

Please sign in to comment.