Skip to content

Commit

Permalink
sort inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 1ea3881 commit 48b2c0a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ name: Conda packaging
on:
workflow_dispatch:
inputs:
publish:
default: false
type: boolean
test:
default: true
type: boolean
py_version:
default: '3.11'
type: string
package:
type: choice
default: raw
options:
- raw
- helpers
test:
default: true
type: boolean
publish:
default: false
type: boolean
py_version:
default: '3.11'
type: string

# This is required for setup-miniconda / conda init
# see https://github.com/conda-incubator/setup-miniconda#important
Expand Down

0 comments on commit 48b2c0a

Please sign in to comment.