From 5d42069f48abf8e05c3c0ceccecd7e7722f02f0f Mon Sep 17 00:00:00 2001 From: Samhita Alla Date: Tue, 12 Jul 2022 16:08:04 +0530 Subject: [PATCH] exclude tests on python 3.10 Signed-off-by: Samhita Alla --- .github/workflows/pythonbuild.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index c2411ee328..88001991f7 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -95,6 +95,14 @@ jobs: # https://github.com/great-expectations/great_expectations/blob/develop/setup.py#L87-L89 - python-version: 3.10 plugin-names: "flytekit-greatexpectations" + # onnxruntime does not support python 3.10 yet + # https://github.com/microsoft/onnxruntime/issues/9782 + - python-version: 3.10 + plugin-names: "flytekit-onnx-pytorch" + - python-version: 3.10 + plugin-names: "flytekit-onnx-scikitlearn" + - python-version: 3.10 + plugin-names: "flytekit-onnx-tensorflow" steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}