Skip to content

Commit

Permalink
eb_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jan 2, 2025
1 parent 0f03eb2 commit ec12103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyblocks/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def innertest(self):
elif eb_fn == 'paraver.py':
# custom easyblock for Paraver requires version >= 4.7
innertest = make_inner_test(easyblock, name='Paraver', version='4.8')
elif easyblock_fn == 'python.py':
elif eb_fn == 'python.py':
# custom easyblock for Python (ensurepip) requires version >= 3.4.0
innertest = make_inner_test(easyblock, version='3.4.0')
elif eb_fn == 'torchvision.py':
Expand Down

0 comments on commit ec12103

Please sign in to comment.