We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2d98a commit 8f7fd2dCopy full SHA for 8f7fd2d
.github/workflows/conda-env-create-run-pytest.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Run pytest with downloaded artifacts
65
run: |
66
- $CONDA/envs/catalogbuilder/bin/pytest -v --runxfail catalogbuilder
+ pytest -v --runxfail catalogbuilder
67
68
- name: Test for completeness
69
0 commit comments