Skip to content

Commit

Permalink
Ignore vLLM test (#57)
Browse files Browse the repository at this point in the history
* add: vllm support

* fix: change model in test

* formatted with black

* add: ignore tests for vllm on github

* ignore pytest for vllm
  • Loading branch information
nihalnayak authored Jul 12, 2024
1 parent da892da commit b4512ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
paths-ignore:
- '**.rst'
- 'tests/test_vllm.py' # requires vllm to be installed

jobs:
build:
Expand All @@ -26,7 +25,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest
pytest --ignore=tests/test_vllm.py
contrib-readme-job:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4512ba

Please sign in to comment.