Skip to content

Commit

Permalink
run tests change
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Putko authored and Julia Putko committed Sep 15, 2023
1 parent 60dd9fb commit 58a3067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
python -m pip install git+https://github.com/billschereriii/smartredis.git@multidb
python -m pip install .[dev,ml]
python -m pip install .[dev,ml-cpu]
- name: Install ML Runtimes with Smart (with pt, tf, and onnx support)
Expand All @@ -128,7 +128,7 @@ jobs:
make check-mypy
- name: Run Pylint
run: make check-lint
run: make check-lint

- name: Run Pytest
run: |
Expand Down

0 comments on commit 58a3067

Please sign in to comment.