Skip to content

Commit

Permalink
Make CPU and GPU installs separate and remove dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Aug 2, 2024
1 parent 190f4ca commit 051d701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
pip install .
pip install .[dev]
pip install .[cpu]
pip install .[gpu]
- name: Verify installation
run: |
python -m pip check
Expand Down

0 comments on commit 051d701

Please sign in to comment.