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