From 68683604dfbf1c07c6945a2c8d3572ff971b986d Mon Sep 17 00:00:00 2001 From: ssun30 Date: Mon, 23 Sep 2024 22:01:42 -0400 Subject: [PATCH] CI now uses echem-rebase branch --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f357543ea5..558129b446 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,7 +35,7 @@ concurrency: env: # update this to run tests with un merged rmg-py branches - RMG_PY_BRANCH: electrochem + RMG_PY_BRANCH: echem-rebase jobs: build-and-test-linux: