From 5710b20f7af5191cea3b69426f1bd7e3de1b5c29 Mon Sep 17 00:00:00 2001 From: Alon Grinberg Dana Date: Sat, 29 Jun 2024 12:13:44 +0300 Subject: [PATCH] no_ase --- .github/workflows/cont_int.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cont_int.yml b/.github/workflows/cont_int.yml index 959e48c5..1eb112de 100644 --- a/.github/workflows/cont_int.yml +++ b/.github/workflows/cont_int.yml @@ -84,14 +84,12 @@ jobs: with: repository: ReactionMechanismGenerator/ARC path: ARC - ref: freq_factors + ref: no_ase fetch-depth: 1 - name: Setup ARC paths run: | cd ARC - git fetch origin/no_ase - git checkout -b no_ase origin/no_ase echo "PYTHONPATH=$(pwd):$PYTHONPATH" >> $GITHUB_ENV echo "PATH=$(pwd):$PATH" >> $GITHUB_ENV echo "export arc_path=$(pwd)" >> $GITHUB_ENV