From 546a71f92b9a89fc1092d29213312a2b208614cf Mon Sep 17 00:00:00 2001 From: krande Date: Fri, 24 May 2024 21:26:37 +0200 Subject: [PATCH] run win src from channel input --- .github/workflows/ci-code-aster-src-win.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-code-aster-src-win.yml b/.github/workflows/ci-code-aster-src-win.yml index c0337b11..d1758c3f 100644 --- a/.github/workflows/ci-code-aster-src-win.yml +++ b/.github/workflows/ci-code-aster-src-win.yml @@ -8,6 +8,10 @@ on: description: 'Run workflow manually' default: true type: boolean + channel: + description: 'Conda channel' + default: 'code-aster-dev' + type: string push: paths: - '.github/workflows/ci-code-aster-src-win.yml' @@ -47,7 +51,7 @@ jobs: condarc: | channel_priority: strict channels: - - ${{ secrets.QUETZ_URL }}/get/code-aster-dev + - ${{ secrets.QUETZ_URL }}/get/${{ inputs.channel }} - conda-forge create-args: >- python=3.11