Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into setup-genie-core
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvikannan committed Oct 22, 2024
2 parents 0e58f54 + c6164db commit 86a74fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.8'
- name: Install dependencies
run: |
pip install -r requirements/lint-requirements.txt
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
timeout-minutes: 20
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# databricks-ai
# databricks-ai-bridge

0 comments on commit 86a74fb

Please sign in to comment.