Skip to content

Commit

Permalink
adjust banner.py and temporarily pull Preview UI for testing, QA Suit…
Browse files Browse the repository at this point in the history
…e yml only
  • Loading branch information
erikspears committed Jul 11, 2024
1 parent 79b3186 commit 6e6ba31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Swirl
run: python swirl.py setup
- name: Install the Latest Galaxy UI
run: ./install-ui.sh
run: ./install-ui.sh -p
env:
MSAL_CB_PORT: 8000
MSAL_HOST: localhost
Expand Down
4 changes: 2 additions & 2 deletions swirl/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class bcolors:
ENDC = '\033[0m'
BOLD = '\033[1m'

SWIRL_VERSION = '3.6'
SWIRL_VERSION = '3.6.0'

SWIRL_BANNER_TEXT = "__S_W_I_R_L__3_._6__________________________________________________________"
SWIRL_BANNER_TEXT = "__S_W_I_R_L__3_._6_._0______________________________________________________"
SWIRL_BANNER = f'{bcolors.BOLD}{SWIRL_BANNER_TEXT}{bcolors.ENDC}'

#############################################
Expand Down

0 comments on commit 6e6ba31

Please sign in to comment.