Skip to content

Commit

Permalink
skip ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart A. Siegel committed Aug 1, 2024
1 parent 984fbfa commit a5e896b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/services-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
run: |
python -m pip install --upgrade pip
pip install poetry
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
cd services/inference && poetry install -n --with dev
- name: Ruff quality checks
run: |
# use hf-style check
make quality
- name: Test with pytest
run: |
make start_service_local
Expand Down

0 comments on commit a5e896b

Please sign in to comment.