From 3bc97f3364d8ec5557ff232a45fd13be698e26a5 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 3 Jun 2024 11:36:32 +0000 Subject: [PATCH] Check the folder. Signed-off-by: Jay Zhang --- .github/workflows/setup.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 81a722cd3..304adcf42 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | - pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized sympy coloredlogs flatbuffers timeout-decorator + # pip install pytest pytest-cov pytest-runner coverage graphviz requests pyyaml pillow pandas parameterized sympy coloredlogs flatbuffers timeout-decorator pip install numpy pip install onnxruntime-extensions @@ -35,7 +35,8 @@ jobs: pip uninstall -y protobuf pip install "protobuf~=3.20" - python ./setup.py install + ls *.py + python setup.py install pip freeze --all