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 6756ae4871 - Show all commits
+2 -2
View File
@@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Environment
uses: https://github.com/actions/setup-python@v3
uses: https://github.com/actions/setup-python@v5
with:
python-verison: "3.12"
architecture: "x64"