Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Aug 11, 2024
1 parent f1b6961 commit 6d93188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
scarb-version: "2.7.0"
- run: scarb test --workspace && scarb fmt --workspace
2 changes: 1 addition & 1 deletion packages/ml/src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mod xgboost;
mod lgbm;
mod lgbm;

0 comments on commit 6d93188

Please sign in to comment.