Skip to content

Commit

Permalink
no_ase
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jun 29, 2024
1 parent d4ccac1 commit 5710b20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5710b20

Please sign in to comment.