We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8a64d commit 62b83e5Copy full SHA for 62b83e5
.github/workflows/tests-on-pr.yml
@@ -38,12 +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