fix test workflow
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 0s

This commit is contained in:
Julien Aldon
2026-01-29 10:47:48 +01:00
parent 4639c6d900
commit 65b9f0323f

View File

@@ -12,7 +12,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Test backend - name: Test backend
uses: actions/setup-python@v4 uses: actions/setup-python@v6
with: with:
python-version: "3.11" python-version: "3.11"
run: | run: |