We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e1b48 commit d8cce5bCopy full SHA for d8cce5b
.github/workflows/main.yml
@@ -51,6 +51,7 @@ jobs:
51
with:
52
shell: bash -l {0}
53
run: |
54
+ conda init
55
conda activate test
56
coverage run -m pytest -vv -s
57
coverage report -m
0 commit comments