Skip to content

Commit

Permalink
Merge branch 'develop' into LAMMPS
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Feb 11, 2025
2 parents 1c0d6e2 + d0c5506 commit 5049fa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easybuild/easyblocks/generic/pythonpackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,9 @@ def test_step(self, return_output_ec=False):
actual_installdir = os.path.join(test_installdir, 'local')
else:
actual_installdir = test_installdir
# Export the temporary installdir as an environment variable
# Some tests (e.g. for astropy) require to be run in the installdir
env.setvar('EB_PYTHONPACKAGE_TEST_INSTALLDIR', actual_installdir)

self.log.debug("Pre-creating subdirectories in %s: %s", actual_installdir, self.all_pylibdirs)
for pylibdir in self.all_pylibdirs:
Expand Down

0 comments on commit 5049fa7

Please sign in to comment.