Skip to content

Commit

Permalink
Update manual-ensemble.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gioco authored Sep 9, 2024
1 parent 527a3d1 commit 1ebc816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/manual-ensemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Loop over dates and create ensembles
run: |
dates=$(echo '${{ env.dates_list }}' | jq -c '.[]')
echo "JSON dates: $dates"
for date in $dates; do
echo "Running ensemble script for date: $date"
Rscript code/ensemble/EuroCOVIDhub/manual-weekly-ensemble.R $date
Expand Down

0 comments on commit 1ebc816

Please sign in to comment.