Skip to content

Commit

Permalink
This import is not supposed to work. It indirectly imports reframe. H…
Browse files Browse the repository at this point in the history
…owever, this is only possible if running with the reframe command, since that command adds the 'external' directory in the reframe installation prefix to the sys.path. In other words: ReFrame is never supposed to be imported directly, that simply does not work (by design).
  • Loading branch information
casparvl committed Sep 17, 2024
1 parent 7354fcd commit f1d9d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
# update $PYTHONPATH so 'import eessi.testsuite.utils' works
export PYTHONPATH=$PWD:$PYTHONPATH
echo $PYTHONPATH
python -c 'import eessi.testsuite.utils'
# show active ReFrame configuration,
# enable verbose output to help expose problems with configuration file (if any)
Expand Down

0 comments on commit f1d9d31

Please sign in to comment.