The python:3.9 runtime uses an older version of the virtualenv module which now causes 'setup.py install is deprecated' messages to be issued when the action loop loads the function code into memory. This causes the action loop to assume the load failed. This causes the tests to fail. Updating the virtualenv module to version 20.26.3 which is not using 'setup.py' install anymore solves this issue.