Skip to content

Commit 775e16c

Browse files
committed
Test aiida 2.9
1 parent bc556a3 commit 775e16c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
python-version: ['3.9', '3.12']
24-
aiida-core-version: ['2.8']
24+
aiida-core-version: [2.9.0rc0]
2525
fail-fast: false
2626

2727
runs-on: ubuntu-latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
###############################################################################
66
# 1) Global ARGs
77
###############################################################################
8-
ARG FULL_STACK_VER=edge
8+
ARG FULL_STACK_VER=pr-580
99
ARG QE_VER=7.4
1010
ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}
1111
ARG HQ_VER=0.19.0

0 commit comments

Comments
 (0)