Skip to content

Commit

Permalink
install torchvision with torch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Jan 30, 2024
1 parent 08c2ee7 commit 04eb684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:

steps:
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }}
uses: kornia/workflows/.github/actions/[email protected].0
uses: kornia/workflows/.github/actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
pytorch-version: ${{ matrix.pytorch-version }}
ref: ${{ inputs.ref }}
extra-deps: torchvision

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 04eb684

Please sign in to comment.