Skip to content

Commit

Permalink
Ubuntu 2204: fix broken rosie ws
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Jun 26, 2024
1 parent 1a7e8d0 commit 6cf343f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
fcm version && \
svn --version && \
fcm test-battery t/fcm-make && \
rosie hello && \
gpg-agent --version && \
which at"
Expand Down
2 changes: 1 addition & 1 deletion opt/metomi-site/etc/httpd/rosie-wsgi.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6cf343f

Please sign in to comment.