Skip to content

Commit

Permalink
Update colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Aug 29, 2024
1 parent 2a5c29c commit 4aeb2f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/check_conda_nightly_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
}

# ANSI color codes used to highlight lines
FAIL = "\033[91m"
WARNING = "\033[93m"
OKGREEN = "\033[92m"
FAIL = "\033[31m"
WARNING = "\033[33m"
OKGREEN = "\033[32m"
ENDC = "\033[0m"


Expand Down

0 comments on commit 4aeb2f5

Please sign in to comment.