Skip to content

Commit

Permalink
add aws creds setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Aug 27, 2024
1 parent b970c94 commit ef01cf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/integration_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ runs:
uses: actions/setup-python@v4
with:
python-version: '3.12.4'
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::885886606610:role/GithubFullS3
aws-region: "us-east-2"
- name: install dev dependencies
run: pip install .[dev] .[wandb]
shell: bash
Expand Down

0 comments on commit ef01cf8

Please sign in to comment.