Skip to content

Commit

Permalink
doctest_modules -> doctest-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed Jul 17, 2023
1 parent 5f26e63 commit d41211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rbc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- name: Run doctests
shell: bash -l {0}
run: |
mamba run -n rbc pytest -sv -r A rbc/stdlib/ --doctest_modules -x
mamba run -n rbc pytest -sv -r A rbc/stdlib/ --doctest-modules -x
- name: Run Non-HeavyDB tests
shell: bash -l {0}
Expand Down

0 comments on commit d41211b

Please sign in to comment.