Skip to content

Commit dadd66f

Browse files
committed
add if
1 parent 9c4f160 commit dadd66f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/osx64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
3939
- name: Install diffpy.pdfgui and requirements
4040
run: |
41-
export CONDA_OVERRIDE_OSX=11.0
42-
conda info
41+
if [[ "${{ matrix.os }}" == "macos-13" ]]; then
42+
export CONDA_OVERRIDE_OSX=11.0
43+
fi
4344
conda install --file requirements/test.txt
4445
conda install wxpython diffpy.utils matplotlib-base
4546
pip install diffpy.pdffit2==1.5.0rc1

0 commit comments

Comments
 (0)