Skip to content

Commit

Permalink
chore: configure automations
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 27, 2023
1 parent bb6856c commit 6baa37a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/actions/tests/python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ runs:
- name: Install dependencies
shell: bash
run: |
cp -R ./api/terraform/python/layer_genai/openai_utils ${{ env.SITE_PACKAGES_PATH }}
pip install -r ./requirements.txt
env:
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
Expand Down
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
- "python"
Expand All @@ -18,7 +18,7 @@ updates:
- "dependencies"
- "automated pr"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "lpm0073"
reviewers:
Expand All @@ -30,7 +30,7 @@ updates:
- "javascript"
- "automated pr"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "lpm0073"
reviewers:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semanticVersionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION_FILE: __version__.py
PACKAGE_PATH: ${{ github.workspace }}/api/terraform/python/layer_genai/openai_utils/
PACKAGE_PATH: ${{ github.workspace }}/grader/

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6baa37a

Please sign in to comment.