Skip to content

Commit

Permalink
Remove --container from AT2 get_dependencies.sh calls
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Chauphan <achauph@sandia.gov>
  • Loading branch information
achauphan committed Dec 17, 2024
1 parent 284ac72 commit 782c2d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: get dependencies
working-directory: ./packages/framework
run: |
bash -l -c "./get_dependencies.sh --container"
bash -l -c "./get_dependencies.sh"
- name: PullRequestLinuxDriverTest.py
shell: bash -l {0}
working-directory: /home/Trilinos/build
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: get dependencies
working-directory: ./packages/framework
run: |
bash -l -c "./get_dependencies.sh --container"
bash -l -c "./get_dependencies.sh"
- name: PullRequestLinuxDriverTest.py
shell: bash -l {0}
working-directory: /home/Trilinos/build
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- name: get dependencies
working-directory: ./packages/framework
run: |
bash -l -c "./get_dependencies.sh --container"
bash -l -c "./get_dependencies.sh"
- name: PullRequestLinuxDriverTest.py
shell: bash -l {0}
working-directory: /home/Trilinos/build
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
- name: get dependencies
working-directory: ./packages/framework
run: |
bash -l -c "./get_dependencies.sh --container"
bash -l -c "./get_dependencies.sh"
- name: PullRequestLinuxDriverTest.py
shell: bash -l {0}
working-directory: /home/Trilinos/build
Expand Down

0 comments on commit 782c2d2

Please sign in to comment.