Fix Python 3.13 matrix job in unit tests workflow

This commit is contained in:
ChristianZaccaria 2025-07-28 10:28:11 +01:00
parent 034d51e775
commit 1e8c149623
3 changed files with 6 additions and 2 deletions

View file

@ -35,6 +35,8 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/setup-runner
with:
python-version: ${{ matrix.python }}
- name: Run unit tests
run: |