Skip to content

Commit

Permalink
try to fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Oct 2, 2023
1 parent bf97761 commit 340b1da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/components_instructor_embedders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
with:
python-version: '3.10'

- name: Ruff
uses: chartboost/ruff-action@v1
src: components/instructor-embedders

- name: Install instructor-embedders
run: |
pip install -e .[dev]
- name: Ruff
uses: chartboost/ruff-action@v1

- name: Run tests
run: |
pytest
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-FileCopyrightText: 2023-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
import pytest

def test_instructor_embedders():
assert True
assert True

0 comments on commit 340b1da

Please sign in to comment.