Skip to content

Commit

Permalink
FIx Github Actions to kick off EvalML and Featuretools unit tests (#1795
Browse files Browse the repository at this point in the history
)

* Update kickoff_featuretools_evalml_unit_tests.yaml

* Update release_notes.rst

* Update kickoff_featuretools_evalml_unit_tests.yaml
  • Loading branch information
gsheni authored Dec 12, 2023
1 parent 0e39021 commit cd65a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kickoff_featuretools_evalml_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run workflow for Featuretools unit tests
run: gh workflow run "Unit Tests - Featuretools with Woodwork main branch" --repo "alteryx/featuretools"
run: gh workflow run tests_with_woodwork_main_branch.yaml --repo "alteryx/featuretools"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
- name: Run workflow for EvalML unit tests
run: gh workflow run "Unit Tests - EvalML with Woodwork main branch" --repo "alteryx/evalml"
run: gh workflow run unit_tests_with_woodwork_main_branch.yaml --repo "alteryx/evalml"
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Future Release
* Enhancements
* Fixes
* Removed warning due to deprecated ``infer_datetime_format`` argument in pandas (:pr:`1785`)
* Fix GitHub Actions to kick off EvalML and Featuretools unit tests (:pr:`1795`)
* Changes
* Temporarily restrict pyarrow version due to serialization issues (:pr:`1768`)
* Update pandas categorical type call and remove black with ruff formatter (:pr:`1794`)
Expand Down

0 comments on commit cd65a0d

Please sign in to comment.