Skip to content

Commit

Permalink
merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinid committed Nov 2, 2024
1 parent 61d136e commit 026d4a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/merge_queue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ jobs:
test:
name: Run Tests
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
pytest --ignore=tests/test_vllm.py --ignore=tests/test_bedrock.py
Expand Down

0 comments on commit 026d4a8

Please sign in to comment.