Skip to content

Commit

Permalink
change to cpu build torch
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Nov 8, 2023
1 parent 4180b82 commit 649b0a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
restore-keys: |
${{ runner.os }}-poetry-
- name: Install CPU-only version of PyTorch
run: pip3 install torch --extra-index-url https://download.pytorch.org/whl/cpu

- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python -
Expand All @@ -47,6 +44,7 @@ jobs:
- name: Install dependencies
run: |
poetry run pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
poetry install
- name: Run Tests with Coverage
Expand Down

0 comments on commit 649b0a7

Please sign in to comment.