Skip to content

Commit cd65a0d

Browse files
authored
FIx Github Actions to kick off EvalML and Featuretools unit tests (#1795)
* Update kickoff_featuretools_evalml_unit_tests.yaml * Update release_notes.rst * Update kickoff_featuretools_evalml_unit_tests.yaml
1 parent 0e39021 commit cd65a0d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/kickoff_featuretools_evalml_unit_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Run workflow for Featuretools unit tests
16-
run: gh workflow run "Unit Tests - Featuretools with Woodwork main branch" --repo "alteryx/featuretools"
16+
run: gh workflow run tests_with_woodwork_main_branch.yaml --repo "alteryx/featuretools"
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
1919
- name: Run workflow for EvalML unit tests
20-
run: gh workflow run "Unit Tests - EvalML with Woodwork main branch" --repo "alteryx/evalml"
20+
run: gh workflow run unit_tests_with_woodwork_main_branch.yaml --repo "alteryx/evalml"
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}

docs/source/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Future Release
88
* Enhancements
99
* Fixes
1010
* Removed warning due to deprecated ``infer_datetime_format`` argument in pandas (:pr:`1785`)
11+
* Fix GitHub Actions to kick off EvalML and Featuretools unit tests (:pr:`1795`)
1112
* Changes
1213
* Temporarily restrict pyarrow version due to serialization issues (:pr:`1768`)
1314
* Update pandas categorical type call and remove black with ruff formatter (:pr:`1794`)

0 commit comments

Comments
 (0)