Skip to content

Commit

Permalink
chore: gh action debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 7, 2024
1 parent c658254 commit 08ca1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nfl_analytics/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def main():
args = parser.parse_args()

if args.download is not None:
# TODO: remove. testing ci exit code failing gh action
exit(1)
if args.download:
year_set = set(args.download)
invalid_years = [year for year in year_set if not is_valid_year(year)]
Expand Down

0 comments on commit 08ca1bb

Please sign in to comment.