We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1c888 commit ac8a64dCopy full SHA for ac8a64d
1 file changed
.github/workflows/tests-on-pr.yml
@@ -38,10 +38,12 @@ jobs:
38
run: >-
39
conda config --set always_yes yes
40
--set changeps1 no
41
+
42
- name: Install diffpy.srreal and requirements
43
run: |
44
conda install --file requirements/conda.txt
45
conda install --file requirements/test.txt
46
python -m pip install . --no-deps
47
48
- name: Validate diffpy.pdfgui
49
run: pytest tests
0 commit comments