File tree 3 files changed +80
-110
lines changed
3 files changed +80
-110
lines changed Original file line number Diff line number Diff line change 76
76
AIIDA_WARN_v3 : 1
77
77
# NOTE1: Python 3.12 has a performance regression when running with code coverage
78
78
# so run code coverage only for python 3.9.
79
- # NOTE2: Unset CI envvar to workaround a pymatgen issue for Python 3.9
80
- # https://github.com/materialsproject/pymatgen/issues/4243
81
79
# TODO: Remove a workaround for VIRTUAL_ENV once the setup-uv action is updated
82
80
# https://github.com/astral-sh/setup-uv/issues/219
83
81
run : |
84
- ${{ matrix.python-version == '3.9' && 'unset CI' || '' }}
85
82
${{ matrix.python-version == '3.9' && 'VIRTUAL_ENV=$PWD/.venv' || '' }}
86
83
pytest -n auto --db-backend ${{ matrix.database-backend }} -m 'not nightly' tests/ ${{ matrix.python-version == '3.9' && '--cov aiida' || '' }}
87
84
Original file line number Diff line number Diff line change @@ -211,11 +211,8 @@ jobs:
211
211
env :
212
212
AIIDA_TEST_PROFILE : test_aiida
213
213
AIIDA_WARN_v3 : 1
214
- # Unset CI envvar to workaround a pymatgen issue for Python 3.9
215
- # https://github.com/materialsproject/pymatgen/issues/4243
216
214
# TODO: Remove a workaround for VIRTUAL_ENV once the setup-uv action is updated
217
215
# https://github.com/astral-sh/setup-uv/issues/219
218
216
run : |
219
- ${{ matrix.python-version == '3.9' && 'unset CI' || '' }}
220
217
${{ matrix.python-version == '3.9' && 'VIRTUAL_ENV=$PWD/.venv' || '' }}
221
218
pytest -n auto --db-backend psql -m 'not nightly' tests/
You can’t perform that action at this time.
0 commit comments