We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0c8ba commit b875da5Copy full SHA for b875da5
.github/workflows/feast_plan.yml
@@ -12,8 +12,14 @@ jobs:
12
with:
13
python-version: "3.7"
14
architecture: x64
15
+ - name: Set up AWS SDK
16
+ uses: aws-actions/configure-aws-credentials@v1
17
+ with:
18
+ aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
19
+ aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20
+ aws-region: us-west-2
21
- # Get the registry from the previous step and run `feast plan`
22
+ # Run `feast plan`
23
- uses: actions/checkout@v2
24
- name: Install feast
25
run: pip install "feast[aws]"
0 commit comments