diff --git a/.github/workflows/issue_comment_edited.yml b/.github/workflows/issue_comment_edited.yml index 0c03d3343e..d92c7a34f4 100644 --- a/.github/workflows/issue_comment_edited.yml +++ b/.github/workflows/issue_comment_edited.yml @@ -49,6 +49,12 @@ jobs: ref: ${{ steps.label_out.outputs.branch }} token: ${{ steps.app-token.outputs.token }} + - if: ${{ steps.label_out.outputs.expected_results == 'true' }} + name: Install aeon and dependencies + uses: ./.github/actions/cpu_all_extras + with: + additional_extras: "dev" + - if: ${{ steps.label_out.outputs.expected_results == 'true' }} name: Regenerate expected results run: python aeon/testing/expected_results/_write_estimator_results.py diff --git a/.github/workflows/weekly_github_maintenance.yml b/.github/workflows/weekly_github_maintenance.yml index d53ecde379..f62ee7703c 100644 --- a/.github/workflows/weekly_github_maintenance.yml +++ b/.github/workflows/weekly_github_maintenance.yml @@ -128,6 +128,5 @@ jobs: days-before-delete: 210 comment-updates: true tag-committer: true - stale-branch-label: "stale branch" compare-branches: "info" pr-check: true