Skip to content

Commit 6f01fd3

Browse files
committed
fix pytest run
1 parent d3df316 commit 6f01fd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_containers_singularity.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
run: |
2626
pip install tridesclous
2727
pip install -r requirements_test.txt
28+
2829
- name: Test tridesclous image
2930
run: |
3031
pip install tridesclous
31-
pytest -sv tests/test_singularity_containers.pytest_tridesclous
32+
pytest -sv tests/test_singularity_containers.py

0 commit comments

Comments
 (0)