From 4434bd43b4b5598974bc5d1181a30af9cbdb453d Mon Sep 17 00:00:00 2001 From: jarulraj Date: Sun, 25 Jun 2023 23:16:52 -0400 Subject: [PATCH] updates --- .circleci/config.yml | 12 +++++++++++- script/test/test.sh | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e78dbef7df..a31e80d922 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,6 +32,11 @@ workflows: v: "3.10" mode: "TEST" ray: "DISABLED" + - Linux: + name: "Test | v3.11 | Linux" + v: "3.10" + mode: "TEST" + ray: "DISABLED" - Linux: name: "Test | Ray | v3.8 | Linux" v: "3.8" @@ -53,7 +58,7 @@ workflows: # name: "Test | v3.11 | Linux" # v: "3.11" # mode: "TEST" - # ray: "DISABLED" + # ray: "ENABLED" ################################ ### NOTEBOOKS ################################ @@ -73,6 +78,11 @@ workflows: v: "3.10" mode: "NOTEBOOK" ray: "DISABLED" + - Linux: + name: "Notebook | v3.11 | Linux" + v: "3.11" + mode: "NOTEBOOK" + ray: "DISABLED" - Linux: name: "Notebook | Ray | v3.8 | Linux" v: "3.8" diff --git a/script/test/test.sh b/script/test/test.sh index 462ce70214..a9e6c94f30 100644 --- a/script/test/test.sh +++ b/script/test/test.sh @@ -122,7 +122,7 @@ fi ## based on Python version ################################################## -if [[ ( "$PYTHON_VERSION" = "3.10" ) && +if [[ ( "$PYTHON_VERSION" = "3.11" ) && ( "$MODE" = "COV" ) ]]; then echo "UPLOADING COVERAGE REPORT"