Merge pull request #78 from aimingmed/feature/incorporate-functional-adaptive-rag

Working solution
This commit is contained in:
Hong Kai LEE 2025-04-26 06:17:53 +08:00 committed by GitHub
commit 79cb3cd01d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,8 @@ jobs:
echo "Pipfile content:" echo "Pipfile content:"
cat Pipfile cat Pipfile
pipenv install --dev --skip-lock pipenv install --dev --skip-lock
echo "Listing installed packages:"
pipenv graph
- name: Run tests with pytest - name: Run tests with pytest
working-directory: ${{ env.WORKING_DIR }} working-directory: ${{ env.WORKING_DIR }}