Skip to content

Commit

Permalink
chore: test reading var sharing between gh action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Feb 18, 2024
1 parent c376d25 commit 0d757ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/train-spread-predictor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Test LATEST_MATCHUP_FILE var
env:
LATEST_MATCHUP_FILE: ${{ steps.check-matchups.outputs.LATEST_MATCHUP_FILE }}
run: echo "The latest matchup file is $LATEST_MATCHUP_FILE"
run: poetry run python ./nfl_analytics/main.py --predict-upcoming $LATEST_MATCHUP_FILE"

- name: Download data
run: poetry run python ./nfl_analytics/main.py --download
Expand Down

0 comments on commit 0d757ff

Please sign in to comment.