Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Aug 26, 2024
1 parent 3218662 commit e1497bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: poetry install --without deepspeed
run: poetry install
- name: Run tests
run: poetry run make tests
linters:
Expand All @@ -41,6 +41,6 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: poetry install --without deepspeed
run: poetry install
- name: Run linters
run: poetry run make lint

0 comments on commit e1497bd

Please sign in to comment.