diff --git a/.github/workflows/h100_benchmark.yml b/.github/workflows/h100_benchmark.yml index 2970f730c..864ca724f 100644 --- a/.github/workflows/h100_benchmark.yml +++ b/.github/workflows/h100_benchmark.yml @@ -42,4 +42,4 @@ jobs: pip install ${{ matrix.torch-spec }} pip install -r dev-requirements.txt pip install . - pytest test/float8 --verbose -s + pytest test/ --verbose -s