mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-10 05:18:00 -05:00
fix(ci): fix concrete-ml tests python version to 3.8
This commit is contained in:
committed by
Quentin Bourgerie
parent
7402219247
commit
4882919034
2
.github/workflows/concrete_ml_tests.yml
vendored
2
.github/workflows/concrete_ml_tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user