2121 fail-fast : false
2222 matrix :
2323 os : [ubuntu-latest, windows-latest, macos-13, macos-14]
24- python-version : ["3.11", "3.12", "3.13" ]
24+ python-version : ["3.11", "3.12"]
2525 env :
26- LATEST_PYTHON_VERSION : " 3.13 "
26+ LATEST_PYTHON_VERSION : " 3.12 "
2727 steps :
2828 - name : Check out diffpy.labpdfproc
2929 uses : actions/checkout@v4
@@ -42,20 +42,11 @@ jobs:
4242 conda config --set always_yes yes
4343 --set changeps1 no
4444
45- - name : Install diffpy.labpdfproc and requirements for Linux
46- if : runner.os == 'Linux'
45+ - name : Install diffpy.labpdfproc and requirements
4746 run : |
48- sudo apt-get update
49- sudo apt-get install -y libgtk-3-dev
5047 conda install --file requirements/test.txt
51- pip install -r requirements/pip.txt
52- python -m pip install . --no-deps
53-
54- - name : Install diffpy.labpdfproc and requirements for non-Linux
55- if : runner.os != 'Linux'
56- run : |
57- conda install --file requirements/test.txt
58- pip install -r requirements/pip.txt
48+ conda install --file requirements/conda.txt
49+ pip install gooey
5950 python -m pip install . --no-deps
6051
6152 - name : Validate diffpy.labpdfproc
0 commit comments