File: test_helpers.py

package info (click to toggle)
python-ytmusicapi 1.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,412 kB
  • sloc: python: 4,324; sh: 14; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (2)
1
2
3
4
5
import os


def is_ci() -> bool:
    return "GITHUB_ACTIONS" in os.environ