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 6840ac72f1 - Show all commits
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
POETRY_VERSION: 1.8.3
POETRY_HOME: /etc/poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry
export PATH=$POETRY_HOME/bin:$PATH
poetry install
- name: PEP8 Check