Skip to content

Commit

Permalink
Extend pip index with torch cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt authored Jun 25, 2024
1 parent 85319e8 commit 4903446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/before_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
run: |
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip config set global.extra-index-url https://download.pytorch.org/whl/cpu
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Run Tests
run: |
Expand Down

0 comments on commit 4903446

Please sign in to comment.