Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed Jun 26, 2023
1 parent 54a8c43 commit 4434bd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -53,7 +58,7 @@ workflows:
# name: "Test | v3.11 | Linux"
# v: "3.11"
# mode: "TEST"
# ray: "DISABLED"
# ray: "ENABLED"
################################
### NOTEBOOKS
################################
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion script/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4434bd4

Please sign in to comment.