object_based_docstore_approach #68

Merged
brian merged 64 commits from object_based_docstore_approach into main 2025-04-16 00:03:25 +02:00
Showing only changes of commit 68bfff87a7 - Show all commits
+2
View File
@@ -26,9 +26,11 @@ jobs:
poetry --version
- name: Install Dependencies
env:
POETRY_HOME: /opt/poetry
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
run: |
export PATH=$POETRY_HOME/bin:$PATH
poetry install
- name: PEP8 Check
run: |