Skip to content

Commit

Permalink
fix testing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
genisplaja committed Nov 5, 2024
1 parent 3d3b52c commit 893e10e
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 @@ -117,7 +117,7 @@ jobs:

- name: Run full ML tests
shell: bash -l {0}
run: pytest tests/ --full-ml
run: pytest tests/ --full_ml

- name: Run all tests
shell: bash -l {0}
Expand Down

0 comments on commit 893e10e

Please sign in to comment.