diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1243ce5..e8f915c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -59,6 +59,7 @@ jobs: fcm version && \ svn --version && \ fcm test-battery t/fcm-make && \ + rosie hello && \ gpg-agent --version && \ which at" diff --git a/opt/metomi-site/etc/httpd/rosie-wsgi.conf b/opt/metomi-site/etc/httpd/rosie-wsgi.conf index 04f9111..cf4afce 100644 --- a/opt/metomi-site/etc/httpd/rosie-wsgi.conf +++ b/opt/metomi-site/etc/httpd/rosie-wsgi.conf @@ -1,4 +1,4 @@ -WSGIPythonPath /opt/cylc/lib:/opt/rose/lib/python +WSGIPythonPath /opt/cylc/lib:/opt/rose/lib/python:/usr/local/lib/python2.7/dist-packages WSGIScriptAlias /rosie /opt/rose/lib/python/rosie/ws.py WSGIScriptAlias /cylc-review /opt/cylc/bin/cylc-review