@@ -142,11 +142,11 @@ jobs:
142142 # pytest: ""
143143
144144 # DOWNLOAD problem Mar 2026
145- # - conda-env: mace
146- # python-version: "3.10 "
147- # label: MACE
148- # runs-on: ubuntu-latest
149- # pytest: ""
145+ - conda-env : mace
146+ python-version : " 3.13 "
147+ label : MACE
148+ runs-on : ubuntu-latest
149+ pytest : " "
150150
151151 - conda-env : aimnet2
152152 python-version : 3.11
@@ -205,7 +205,7 @@ jobs:
205205 run : |
206206 # conda remove qcelemental --force
207207 # python -m pip install 'git+https://github.com/MolSSI/QCElemental.git@next2026' --no-deps
208- conda install "conda-forge/label/qcelemental_dev::qcelemental=0.50.0rc3 "
208+ conda install "conda-forge/label/qcelemental_dev::qcelemental=0.50.0rc4 "
209209
210210 # note: conda remove --force, not mamba remove --force b/c https://github.com/mamba-org/mamba/issues/412
211211 # alt. is micromamba but not yet ready for setup-miniconda https://github.com/conda-incubator/setup-miniconda/issues/75
@@ -254,7 +254,7 @@ jobs:
254254 python -c "import qcelemental as q;print(q.__file__, q.__version__)"
255255 python -c "import qcengine as q;print(q.__file__, q.__version__)"
256256 git describe
257- git log --oneline
257+ # git log --oneline
258258
259259 - name : Special Config - Windows Psi4
260260 if : " (((matrix.cfg.label == 'optimization-dispersion') || (matrix.cfg.label == 'Psi4-1.8')) && (matrix.cfg.runs-on == 'windows-latest'))"
@@ -286,12 +286,12 @@ jobs:
286286 - name : PyTest
287287 run : |
288288 # export MKL_CBWR=AVX
289- pytest -rws -v ${{ matrix.cfg.pytest }} --cov=qcengine --color=yes --cov-report=xml qcengine/
289+ pytest -rws -v ${{ matrix.cfg.pytest }} --cov=qcengine --durations=20 --durations-min=40 --strict-markers -- color=yes --cov-report=xml qcengine/
290290
291291 - name : PyTest - Task_Config
292292 run : |
293293 rm -f qcengine.yaml
294- pytest -rws -v -k "test_config" --cov=qcengine --color=yes --cov-report=xml qcengine/
294+ pytest -rws -v -k "test_config" --cov=qcengine --strict-markers -- color=yes --cov-report=xml qcengine/
295295
296296 - name : CodeCov
297297 uses : codecov/codecov-action@v4
0 commit comments