We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f160 commit dadd66fCopy full SHA for dadd66f
.github/workflows/osx64.yml
@@ -38,8 +38,9 @@ jobs:
38
39
- name: Install diffpy.pdfgui and requirements
40
run: |
41
- export CONDA_OVERRIDE_OSX=11.0
42
- conda info
+ if [[ "${{ matrix.os }}" == "macos-13" ]]; then
+ export CONDA_OVERRIDE_OSX=11.0
43
+ fi
44
conda install --file requirements/test.txt
45
conda install wxpython diffpy.utils matplotlib-base
46
pip install diffpy.pdffit2==1.5.0rc1
0 commit comments