From 0b66aab9a65fd24371156430b2d0123a506cb509 Mon Sep 17 00:00:00 2001 From: Blair Currey <12960453+BlairCurrey@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:47:23 -0500 Subject: [PATCH] fix: add todo --- .github/workflows/train-spread-predictor.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/train-spread-predictor.yaml b/.github/workflows/train-spread-predictor.yaml index efda501..e47b1e6 100644 --- a/.github/workflows/train-spread-predictor.yaml +++ b/.github/workflows/train-spread-predictor.yaml @@ -27,6 +27,8 @@ jobs: - name: Install dependencies with Poetry run: poetry install + # TODO: exit early but without error instead of exit1? + # So job is succesful but doesnt go past this step - name: Check for matchups id: check-matchups # latest_matchups_file is the most recent matchup file by filename timestamp