From dd1b909c036f264811c3ff3e5dfe1a31086a217f Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen Date: Mon, 5 Sep 2022 14:43:04 +0200 Subject: [PATCH] Use OPTIMADE validator with v0.18.0 This is temporary until aiida-optimade works with OPTIMADE Python tools v0.19 and above. --- .github/workflows/ci_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index dd3dd326..1ef30e16 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -199,7 +199,7 @@ jobs: port: 3253 all versioned paths: yes validate unversioned path: yes - validator version: latest + validator version: '0.18.0' docker-mongo: runs-on: ubuntu-latest @@ -268,7 +268,7 @@ jobs: port: 3253 all versioned paths: yes validate unversioned path: yes - validator version: latest + validator version: '0.18.0' docker-mongo-filename: runs-on: ubuntu-latest @@ -335,7 +335,7 @@ jobs: port: 3253 all versioned paths: yes validate unversioned path: yes - validator version: latest + validator version: '0.18.0' build-package: runs-on: ubuntu-latest