Skip to content

Commit b500705

Browse files
authored
Merge pull request #312 from MiraGeoscience/DEVOPS-922-followup
DEVOPS-922: followup prep release
2 parents 7645bca + 5beeead commit b500705

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

recipe.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ context:
44
name: "simpeg-drivers"
55
version: "0.0.0.dev0" # This will be replaced by the actual version in the build process
66
python_min: "3.10"
7+
module_name: ${{ name|lower|replace("-", "_") }}
78

89
package:
910
name: ${{ name|lower }}
@@ -58,14 +59,14 @@ requirements:
5859
tests:
5960
- python:
6061
imports:
62+
- ${{ module_name }}
63+
- ${{ module_name }}._version
6164
- dask
6265
- distributed
6366
- geoapps_utils
6467
- geoh5py
6568
- grid_apps
6669
- simpeg
67-
- simpeg_drivers
68-
- simpeg_drivers._version
6970
pip_check: true
7071

7172
- script:
@@ -77,6 +78,10 @@ tests:
7778
source:
7879
- tests/
7980

81+
- package_contents:
82+
files:
83+
- site-packages/${{ module_name }}/_version.py
84+
8085
about:
8186
license: MIT
8287
license_file:

0 commit comments

Comments
 (0)