From c63d8e3b11dab3e747e70090f73dbf1e621f7a17 Mon Sep 17 00:00:00 2001 From: Federico Bianchi Date: Sat, 2 Nov 2024 12:50:16 -0400 Subject: [PATCH] should run on push --- .github/workflows/merge_queue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge_queue.yml b/.github/workflows/merge_queue.yml index 2bffb79..f7473dc 100644 --- a/.github/workflows/merge_queue.yml +++ b/.github/workflows/merge_queue.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pytest - name: Run tests run: | pytest --ignore=tests/test_vllm.py --ignore=tests/test_bedrock.py \ No newline at end of file