Skip to content

Commit

Permalink
WIT Notebook fix csv output (#1280)
Browse files Browse the repository at this point in the history
* fix csv output to include date column and remove index value

* simplify output code

* Rerun notebook, add last run date

* Update test schedule

* Update test action URL

* Update badge label

---------

Co-authored-by: robbibt <Robbi.BishopTaylor@ga.gov.au>
  • Loading branch information
LaurenSchenk1 and robbibt authored Feb 11, 2025
1 parent 198224c commit e395ea2
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 116 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/test_notebooks_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

# Run on the hour
schedule:
- cron: '0 * * * *'
- cron: "0 10 * * 0,3"

# Optional: Allow manual triggering through GitHub UI
workflow_dispatch:
Expand All @@ -22,18 +22,16 @@ jobs:
strategy:

matrix:
image: [
"latest",
"stable"
]
tests: [
"dea_tools",
"beginners_guide",
"dea_products",
"how_to_guides",
"real_world_examples",
"scalable_machine_learning"
]
image:
- "latest"
- "stable"
tests:
- "dea_tools"
- "beginners_guide"
- "dea_products"
- "how_to_guides"
- "real_world_examples"
- "scalable_machine_learning"
fail-fast: false

steps:
Expand Down
Loading

0 comments on commit e395ea2

Please sign in to comment.