Skip to content

Commit 10bbf3d

Browse files
committed
again2
1 parent 5e910ae commit 10bbf3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
uses: GabrielBB/xvfb-action@v1
5050
with:
5151
run: |
52-
bash -c "source $HOME/mambaforge/etc/profile.d/conda.sh && conda activate test_env && pytest --maxfail=5 --disable-warnings -v"
52+
bash -c "source $HOME/mambaforge/etc/profile.d/conda.sh && conda activate test_env && python -m run_tests.py"

Diff for: run_tests.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python
2+
3+
import diffpy.pdfgui.tests
4+
5+
assert diffpy.pdfgui.tests.testdeps().wasSuccessful()

0 commit comments

Comments
 (0)