Skip to content

Commit

Permalink
Change name of env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Jan 31, 2025
1 parent b3989bd commit fddee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/generic/pythonpackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def test_step(self, return_output_ec=False):
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_TEST_INSTALLDIR', actual_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 fddee02

Please sign in to comment.