Skip to content

Commit

Permalink
Run invoke task to update AiiDA requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Nov 16, 2020
1 parent 3d868bc commit 2327b92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/aiida-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "AiiDA",
"message": "v1.4.3",
"message": "v1.5.0",
"color": "brightgreen"
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG OPTIMADE_TOOLS_VERSION=0.12.3
RUN pip install optimade==${OPTIMADE_TOOLS_VERSION}

# Install specific aiida-core version
ARG AIIDA_VERSION=1.4.3
ARG AIIDA_VERSION=1.5.0
RUN pip install aiida-core==${AIIDA_VERSION}
RUN reentry scan

Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.12.3
AIIDA_VERSION: 1.4.3
AIIDA_VERSION: 1.5.0
environment:
AIIDA_PATH: /app
AIIDA_PROFILE: {{ aiida_profile }}
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.12.3
AIIDA_VERSION: 1.4.3
AIIDA_VERSION: 1.5.0
environment:
AIIDA_PATH: /app
AIIDA_PROFILE: test_django
Expand Down

0 comments on commit 2327b92

Please sign in to comment.