We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e88e4 commit 95f2ef1Copy full SHA for 95f2ef1
1 file changed
.github/workflows/tests-on-pr.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: Install diffpy.srreal and requirements
37
run: |
38
conda install --file requirements/test.txt
39
- conda install --file requirements/conda.txt
+ conda install boost numpy libdiffpy setuptools diffpy.structure periodictable gsl
40
python -m pip install . --no-deps
41
42
- name: Validate diffpy.pdfgui
43
- run: python -m diffpy.srreal.tests.run
+ run: pytest tests
0 commit comments