Skip to content

Commit ea86f82

Browse files
committed
Test python 3.12 and aiida-core=2.8.0 (#1466)
1 parent c37b545 commit ea86f82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

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

2121
strategy:
2222
matrix:
23-
python-version: ['3.9', '3.11']
24-
aiida-core-version: ['2.7']
23+
python-version: ['3.9', '3.12']
24+
aiida-core-version: ['2.8']
2525
fail-fast: false
2626

2727
runs-on: ubuntu-latest
@@ -36,15 +36,15 @@ jobs:
3636
steps:
3737

3838
- name: Check out app
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

4646
- name: Install uv
47-
uses: astral-sh/setup-uv@v6
47+
uses: astral-sh/setup-uv@v7
4848
with:
4949
activate-environment: true
5050
python-version: ${{ matrix.python-version }}
@@ -56,7 +56,7 @@ jobs:
5656
run: pytest -v tests --cov=aiidalab_qe --skip-slow
5757

5858
- name: Upload coverage reports to Codecov
59-
uses: codecov/codecov-action@v4
59+
uses: codecov/codecov-action@v5
6060
with:
6161
flags: python-${{ matrix.python-version }}
6262
token: ${{ secrets.CODECOV_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 1) Global ARGs
99
###############################################################################
1010
ARG FULL_STACK_VER=2025.1027
11-
ARG UV_VER=0.8.4
11+
ARG UV_VER=0.11.1
1212
ARG QE_VER=7.4
1313
ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}
1414
ARG HQ_VER=0.19.0

0 commit comments

Comments
 (0)