Skip to content

Commit

Permalink
removed cpu arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhelal committed Sep 18, 2023
1 parent 3bda71e commit 80643d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install default requirements
run: |
pip install -U pip
pip install -e ".[cpu]"
pip install -e "."
- name: Log installed environment
run: |
Expand Down

0 comments on commit 80643d8

Please sign in to comment.