Skip to content

Commit

Permalink
Fixed poetry install to install onnxruntime too
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jan 29, 2024
1 parent 56807a0 commit 26c2931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
python-version: "3.11"
cache: "poetry" # caching dependencies from poetry.lock

- name: Install Poetry dependencies
run: poetry install
- name: Install Poetry dependencies (CPU)
run: poetry install -E cpu

- name: Run pytest unit tests
run: poetry run pytest tests/unit
Expand Down

0 comments on commit 26c2931

Please sign in to comment.