Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
mstojkovicTT committed Dec 20, 2024
1 parent c215bd6 commit a97b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a97b92d

Please sign in to comment.