You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently several jobs are broken. Both the openstack and openshift jobs, with the former failing with the following
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.9.19/x64/bin/coldfront", line 8, in <module>
sys.exit(manage())
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/coldfront/__init__.py", line 11, in manage
execute_from_command_line(sys.argv)
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/core/management/__init__.py", line 395, in execute
django.setup()
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/apps/registry.py", line 122, in populate
app_config.ready()
File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/apps.py", line 8, in ready
import coldfront_plugin_cloud.signals
File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/signals.py", line 6, in <module>
from coldfront_plugin_cloud.tasks import (activate_allocation,
File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/tasks.py", line 9, in <module>
from coldfront_plugin_cloud import (attributes,
File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/openshift.py", line 8, in <module>
from simplejson.errors import JSONDecodeError
ModuleNotFoundError: No module named 'simplejson'
The text was updated successfully, but these errors were encountered:
Currently several jobs are broken. Both the openstack and openshift jobs, with the former failing with the following
The text was updated successfully, but these errors were encountered: