Move python client to /client/python/.

This commit is contained in:
Sebastian Jeltsch
2025-07-24 16:52:07 +02:00
parent e1dbe6b62c
commit 69db5c591e
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
python-version: '3.13'
- name: Poetry install
run: |
pipx install poetry && poetry -C client/trailbase-py install
pipx install poetry && poetry -C client/python install
# - name: Setup Go
# uses: actions/setup-go@v5
# with: