From a97b92d46d574b41ccb2b7b858a4b75222e16b7a Mon Sep 17 00:00:00 2001 From: mstojkovicTT Date: Fri, 20 Dec 2024 15:00:53 +0000 Subject: [PATCH] fix2 --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f6b7d57b9..40973e9c0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -147,7 +147,7 @@ jobs: apt install -y libgl1 libglx-mesa0 set -o pipefail # Ensures that the exit code reflects the first command that fails pip install pytest-split - pytest -m forge/test/mlir/llama/test_llama_inference.py + pytest forge/test/mlir/llama/test_llama_inference.py - name: Upload Test Log uses: actions/upload-artifact@v4