Skip to content

Commit

Permalink
test xgboost
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jul 29, 2023
1 parent 9b6d3e6 commit b90ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
- ubuntu
- windows
python-version: ["3.8"]
engine: ${{ fromJSON( github.event_name == 'push' && '["python", "ray", "dask"]' || needs.execution-filter.outputs.engines ) }}
engine: ${{ fromJSON( github.event_name == 'pull_request' && '["python", "ray", "dask"]' || needs.execution-filter.outputs.engines ) }}
test_task:
- group_1
- group_2
Expand Down

0 comments on commit b90ce8d

Please sign in to comment.