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 9e66981d3e - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
POETRY_HOME: /etc/poetry
run: |
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry
$POETRY_HOME/bin/pip install poetry==$POETRY_VERSION
export PATH=$POETRY_HOME/bin:$PATH
poetry install
- name: PEP8 Check