Skip to content

Commit

Permalink
run with tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Nov 19, 2023
1 parent c3bf025 commit 68a4c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dep
run: pip3 install --no-cache-dir -r requirements.txt
- name: Run code
run: python3 digits.py --runs 4 --test_sizes 0.3 --dev_sizes 0.2 --prod tree --candidate svm
run: python3 digits.py --runs 4 --test_sizes 0.3 --dev_sizes 0.2 --prod svm --candidate tree
- name: Run test cases
run: python3 -m pytest
- name: Run docker commands
Expand Down

0 comments on commit 68a4c7e

Please sign in to comment.