Skip to content

Commit

Permalink
skip-ui-tests.py: Update the path to Python as macOS dropped Python 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleneideck committed Mar 6, 2024
1 parent 7d700b3 commit 73f221e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BGMApp/BGMAppTests/UITests/skip-ui-tests.py
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7
#!/usr/bin/env python3

# This file is part of Background Music.
#
Expand All @@ -19,7 +19,7 @@
# skip-ui-tests.py
# BGMAppUITests
#
# Copyright (c) 2017 Kyle Neideck
# Copyright (c) 2017, 2024 Kyle Neideck
#
# Disables the UI tests. This is mainly useful on CI systems that don't support UI tests.
#
Expand Down

0 comments on commit 73f221e

Please sign in to comment.