Skip to content

Commit

Permalink
run win src from channel input
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed May 24, 2024
1 parent 23cbba8 commit 546a71f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-code-aster-src-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 546a71f

Please sign in to comment.