Skip to content

Commit

Permalink
Merge pull request #28 from pradal/master
Browse files Browse the repository at this point in the history
Update channels for deployment on conda
  • Loading branch information
pradal authored Mar 31, 2022
2 parents a8328fe + 90c2da2 commit 415bce2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. image:: https://img.shields.io/badge/License-GPL-blue.svg
:target: https://opensource.org/licenses/GPL-3.0

.. image:: https://github.com/fredboudon/lpy/actions/workflows/conda-package-build.yml/badge.svg
:target: https://github.com/fredboudon/lpy/actions/workflows/conda-package-build.yml
.. image:: https://github.com/openalea/lpy/actions/workflows/conda-package-build.yml/badge.svg
:target: https://github.com/openalea/lpy/actions/workflows/conda-package-build.yml
:alt: Github Actions Continuous Integration Status

.. image:: https://ci.appveyor.com/api/projects/status/8bd8xhc9wy0bee0k/branch/master?svg=true
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 415bce2

Please sign in to comment.