Skip to content

Commit

Permalink
Update channels for deployment on conda
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Mar 31, 2022
1 parent a8328fe commit 9c8e468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
# Setup conda
sudo conda config --add channels conda-forge
sudo conda config --add channels fredboudon
sudo conda config --add channels openalea3
sudo conda config --set always_yes yes
sudo conda config --set remote_read_timeout_secs 600
sudo conda config --set auto_update_conda False
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- cd appveyor-ci
- call install.bat
- conda config --prepend channels conda-forge
- conda config --prepend channels fredboudon
- conda config --prepend channels openalea3

before_build:
- call before_build.bat
Expand Down

0 comments on commit 9c8e468

Please sign in to comment.