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 bcfca4b commit bb1065bCopy full SHA for bb1065b
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Test the server extension
92
run: |
93
conda activate test_gator
94
- python -m pytest mamba_gator
+ python -m pytest mamba_gator/tests/test_api.py
95
shell: bash -l {0}
96
97
test-all-os:
0 commit comments