From e7c64f370f5f51c273b41ddc068d6871d0df428e Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Tue, 21 Nov 2023 21:33:49 -0800 Subject: [PATCH] chore: remove python ml tests in github workflow x 2 --- .github/workflows/cicd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 75c3a15d..af4f3a83 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -83,7 +83,9 @@ jobs: node-version: ${{ matrix.node-version }} publish-js-package: - needs: [run-py-tests, run-js-tests] + needs: + - run-js-tests +# - run-py-tests runs-on: ubuntu-latest if: github.ref_name == 'dev'