We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddab1e commit 410a04eCopy full SHA for 410a04e
.github/workflows/osx64.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
conda info
42
conda install --file requirements/test.txt
43
- conda install wxpython diffpy.utils matplotlib-base
+ conda install --solver=classic wxpython diffpy.utils matplotlib-base
44
pip install diffpy.pdffit2==1.5.0rc1
45
python -m pip install . --no-deps
46
0 commit comments