Skip to content

Commit

Permalink
Use ARC's no_ase branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jun 29, 2024
1 parent 89904f8 commit d4ccac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
- 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 d4ccac1

Please sign in to comment.