Skip to content

Commit 93d1196

Browse files
committed
[DEVOPS-922] do not hard-code module name in recipe tests
1 parent 146811d commit 93d1196

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ requirements:
4343
tests:
4444
- python:
4545
imports:
46-
- omf
47-
- omf._version
46+
- ${{ module_name }}
47+
- ${{ module_name }}._version
4848
pip_check: false # unclear why pip check reports that installed versions
4949
# of vectormath and properties are "not supported on this platform"
5050
# while they seem to work fine in the tests

0 commit comments

Comments
 (0)