File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 `)
You can’t perform that action at this time.
0 commit comments