Skip to content

Commit

Permalink
Update autoload_qdrant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaviles22 authored Jan 3, 2025
1 parent e2b1604 commit e6e0dd2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/autoload_qdrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
load:
runs-on: ubuntu-latest
Expand All @@ -28,6 +25,4 @@ jobs:
env:
QDRANT_URL: ${{secrets.QDRANT_URL}}
QDRANT_API_KEY: ${{secrets.QDRANT_API_KEY}}
run:
pip install -r requirements.txt
python autoload_qdrant.py
run: python -c "import sys; print(sys.version)"

0 comments on commit e6e0dd2

Please sign in to comment.