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 9c03f52 commit c242402Copy full SHA for c242402
.github/workflows/tests-on-pr.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install diffpy.pdfgui and requirements
36
run: |
37
conda install --file requirements/test.txt
38
- conda install wxpython diffpy.utils matplotlib-base
+ conda install wxpython diffpy.utils matplotlib-base gsl
39
pip install diffpy.pdffit2==1.4.4rc4
40
python -m pip install . --no-deps
41
0 commit comments