Skip to content

Commit

Permalink
remove gpu, deepspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Jul 30, 2024
1 parent aa9eed4 commit 57e42a7
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
run: poetry install --without gpu,deepspeed
- 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
run: poetry install --without gpu,deepspeed
- name: Run linters
run: poetry run make lint

0 comments on commit 57e42a7

Please sign in to comment.