Skip to content

Commit

Permalink
Set GT4PY_BUILD_CACHE_DIR for testing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
muellch committed Jan 7, 2025
1 parent fe450af commit 843c075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repos/c2sm/packages/py-icon4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test(self):
# check if all installed module can be imported
super().test()
# unit tests
os.environ['GT4PY_BUILD_CACHE_DIR'] = self.build_directory

python('-m', 'pytest', '-v', '-s', '-n', 'auto', '-m',
'not slow_tests')
Expand Down

0 comments on commit 843c075

Please sign in to comment.