File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
strategy :
22
22
matrix :
23
- tag : [latest]
24
- python-version : ['3.9', '3.10']
25
- aiida-core-version : [2.3, 2.5]
23
+ python-version : ['3.9', '3.11']
24
+ aiida-core-version : ['2.3', '2.6']
26
25
fail-fast : false
27
26
28
27
runs-on : ubuntu-latest
@@ -45,15 +44,13 @@ jobs:
45
44
python-version : ${{ matrix.python-version }}
46
45
47
46
- name : Install uv
48
- run : curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.13 /uv-installer.sh | sh
47
+ run : curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.28 /uv-installer.sh | sh
49
48
50
49
- name : Install package
51
50
run : uv pip install --system -e .[dev] aiida-core==${{ matrix.aiida-core-version }}
52
51
53
52
- name : Run pytest
54
53
run : pytest -v tests --cov=aiidalab_qe
55
- env :
56
- TAG : ${{ matrix.tag }}
57
54
58
55
- name : Upload coverage reports to Codecov
59
56
uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
- ARG FULL_STACK_VER=2024.1021
2
+ ARG FULL_STACK_VER=pr-474
3
3
ARG UV_VER=0.2.27
4
4
ARG QE_VER=7.2
5
5
ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}
You can’t perform that action at this time.
0 commit comments