diff --git a/.github/workflows/conda-package-build.yml b/.github/workflows/conda-package-build.yml index 5a55e64..00d0bbd 100644 --- a/.github/workflows/conda-package-build.yml +++ b/.github/workflows/conda-package-build.yml @@ -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 diff --git a/README.rst b/README.rst index a3b9aee..14d1a4c 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/appveyor.yml b/appveyor.yml index f45bdd7..b02a2c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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