Skip to content

Commit

Permalink
Reduce test case to check manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed May 14, 2024
1 parent 804f49b commit 74832ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,7 @@ jobs:
cd python/wheelhouse
pip install *
cd ../..
pytest integration_tests/runner.py --models_path integration_tests/models/8x8 -n 2 --reruns 5 --reruns-delay 1
pytest integration_tests/runner.py --models_path integration_tests/models/16x8 -n 2 --reruns 5 --reruns-delay 1
pytest integration_tests/runner.py --models_path integration_tests/models/float32 -n 2 --reruns 5 --reruns-delay 1
pytest integration_tests/runner.py --models_path integration_tests/models/8x8/test_add --log-cli-level=debug
windows-release-wheel:
name: Build and test release wheels for windows
Expand Down

0 comments on commit 74832ee

Please sign in to comment.