Skip to content

Commit 0c1dbb9

Browse files
committed
Fix recipe
1 parent b2a331f commit 0c1dbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Adapted from the conda forge recipe
55
context:
66
name: parcels
7-
version: ${{ env['PARCELS_ALPHA_VERSION'] }}
7+
version: ${{ env.get('PARCELS_ALPHA_VERSION') }}
88

99
package:
1010
name: ${{ name|lower }}

0 commit comments

Comments
 (0)