Skip to content

Commit

Permalink
Check the folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 3, 2024
1 parent d5e9e1a commit 3bc97f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3bc97f3

Please sign in to comment.