Skip to content

Commit

Permalink
install torch before library
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 16, 2023
1 parent b103c14 commit da2ac22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install torch
run: python -m pip install torch==1.9.0

- name: Install package
run: python -m pip install .[test]

Expand Down

0 comments on commit da2ac22

Please sign in to comment.