We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a331f commit 0c1dbb9Copy full SHA for 0c1dbb9
.github/ci/recipe.yaml
@@ -4,7 +4,7 @@
4
# Adapted from the conda forge recipe
5
context:
6
name: parcels
7
- version: ${{ env['PARCELS_ALPHA_VERSION'] }}
+ version: ${{ env.get('PARCELS_ALPHA_VERSION') }}
8
9
package:
10
name: ${{ name|lower }}
0 commit comments