Skip to content

Commit

Permalink
Update direct.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschreckengaust authored Jun 3, 2024
1 parent 4d4c53a commit 08dcbfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ jobs:
with:
repository: 'aws-samples/generative-ai-cdk-constructs-samples'
ref: "${{ inputs.branchToCheckout }}"
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: |-
npm install -g aws-cdk
- name: Download package
uses: actions/download-artifact@v4
with:
Expand All @@ -124,6 +119,11 @@ jobs:
pip install -r requirements-local.txt
pip install -r requirements-dev.txt
pip freeze
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: |-
npm install -g aws-cdk
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
Expand Down

0 comments on commit 08dcbfc

Please sign in to comment.