Skip to content

Commit

Permalink
Update cml.yaml
Browse files Browse the repository at this point in the history
fix node version (see iterative/cml#1377)
  • Loading branch information
CptCaptain committed Jun 5, 2023
1 parent eca7afe commit 0b35cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-node@v1
with:
node-version: '16'
- uses: iterative/setup-cml@v1
- name: Train model
env:
Expand Down

0 comments on commit 0b35cea

Please sign in to comment.