Skip to content

Commit 8f7fd2d

Browse files
authored
Using system pytest
1 parent 5d2d98a commit 8f7fd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-env-create-run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Run pytest with downloaded artifacts
6565
run: |
66-
$CONDA/envs/catalogbuilder/bin/pytest -v --runxfail catalogbuilder
66+
pytest -v --runxfail catalogbuilder
6767
6868
- name: Test for completeness
6969
run: |

0 commit comments

Comments
 (0)