diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 23de8b3..767a62e 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -97,6 +97,6 @@ jobs: run: | pip install torchvision torchinfo pip install pytest - pytest + pytest --ignore tests/deeplearning/test_hitters.py --ignore tests/deeplearning/test_mnist.py