We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3746239 commit e73ddb0Copy full SHA for e73ddb0
.github/workflows/release.yml
@@ -35,12 +35,7 @@ jobs:
35
uses: actions/checkout@v4
36
with:
37
ref: main
38
-
39
- - name: Set version in conda recipe
40
- run: |
41
- sed -i "s/^{% set version = \".*\" %}$/{% set version = \"${{ github.event.inputs.version }}\" %}/" conda-recipe/meta.yaml
42
- grep '{% set version' conda-recipe/meta.yaml
43
+
44
- name: Setup Conda (conda-forge only)
45
uses: conda-incubator/setup-miniconda@v3
46
0 commit comments