Skip to content

Commit 08a1c99

Browse files
committed
change flag
1 parent 92fdf87 commit 08a1c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qiita-plugin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash -l {0}
3636
run: |
3737
conda activate qiita-files
38-
pytest --with-doctest --cov=qiita_files --cov-report=lcov
38+
pytest --doctest-modules --cov=qiita_files --cov-report=lcov
3939
4040
lint:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)