There was an error while loading. Please reload this page.
1 parent bc556a3 commit 775e16cCopy full SHA for 775e16c
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
python-version: ['3.9', '3.12']
24
- aiida-core-version: ['2.8']
+ aiida-core-version: [2.9.0rc0]
25
fail-fast: false
26
27
runs-on: ubuntu-latest
Dockerfile
@@ -5,7 +5,7 @@
5
###############################################################################
6
# 1) Global ARGs
7
8
-ARG FULL_STACK_VER=edge
+ARG FULL_STACK_VER=pr-580
9
ARG QE_VER=7.4
10
ARG QE_DIR=/opt/conda/envs/quantum-espresso-${QE_VER}
11
ARG HQ_VER=0.19.0
0 commit comments