Skip to content

Commit 224caee

Browse files
committed
Tests with aiida-core=2.6.1
1 parent 4d92c54 commit 224caee

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020

2121
strategy:
2222
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']
2625
fail-fast: false
2726

2827
runs-on: ubuntu-latest
@@ -45,15 +44,13 @@ jobs:
4544
python-version: ${{ matrix.python-version }}
4645

4746
- 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
4948

5049
- name: Install package
5150
run: uv pip install --system -e .[dev] aiida-core==${{ matrix.aiida-core-version }}
5251

5352
- name: Run pytest
5453
run: pytest -v tests --cov=aiidalab_qe
55-
env:
56-
TAG: ${{ matrix.tag }}
5754

5855
- name: Upload coverage reports to Codecov
5956
uses: codecov/codecov-action@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG FULL_STACK_VER=2024.1021
2+
ARG FULL_STACK_VER=pr-474
33
ARG UV_VER=0.2.27
44
ARG QE_VER=7.2
55
ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}

0 commit comments

Comments
 (0)