Skip to content

Commit

Permalink
Merge pull request #85 from sustainable-computing-io/xgboost
Browse files Browse the repository at this point in the history
add xgboost
  • Loading branch information
SamYuan1990 authored Nov 20, 2023
2 parents 84c2a48 + 2d224aa commit e32a48b
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 174 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ jobs:
run: |
./verify.sh ${{matrix.ebpf_provider}}
test_xgboost:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
xgboost_version: 2.0.1
artifact_version: 0.26.0
- name: verify
run: |
./verify.sh xgboost
# test action works running from the graph
test_local_cluster:
runs-on: ubuntu-latest
Expand Down
160 changes: 76 additions & 84 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e32a48b

Please sign in to comment.