Skip to content

Commit

Permalink
conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
procrastinatio committed Feb 3, 2025
1 parent 663e940 commit 0c73e52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# meta.yaml (base package without GUI)
{% set data = load_setup_py_data(setup_file='./setup.py', from_recipe_dir=True) %}


{% set version = load_setup_py_data(setup_file='./setup.py', from_recipe_dir=True).version %}


package:
name: geocover-qa
#version: {{ data.get('version') }}
version: {{ environ.get('PKG_VERSION', '') }}
version: {{ version }}
#version: {{ environ.get('PKG_VERSION', '') }}
#version: {{ environ.get("CI_COMMIT_TAG", "0.1") }} # Use CI environment variable for versioning

source:
Expand Down

0 comments on commit 0c73e52

Please sign in to comment.