Skip to content

Commit

Permalink
fix dynamic versioning in meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jan 17, 2024
1 parent e2d2419 commit 0cd93ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set data = load_setup_py_data(setup_file='../setup.py') %}
{% set data = load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True) %}
{% set version = data.get('version') %}

package:
Expand Down

0 comments on commit 0cd93ae

Please sign in to comment.