fix(ci): fix concrete-ml tests python version to 3.8

This commit is contained in:
Alexandre Péré
2024-09-26 15:19:39 +02:00
committed by Quentin Bourgerie
parent 7402219247
commit 4882919034

View File

@@ -26,7 +26,7 @@ jobs:
linux-x86:
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.8"]
runs-on: ${{ github.event.inputs.runner_name }}
steps: