Skip to content

Commit

Permalink
Merge pull request #18 from kornia/fix/tutorials-install
Browse files Browse the repository at this point in the history
fix torchvision install
  • Loading branch information
johnnv1 authored Apr 16, 2024
2 parents 699dc4d + 5d90f2c commit 2eedb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python-version: ${{ matrix.python-version }}
pytorch-version: ${{ matrix.pytorch-version }}
ref: ${{ inputs.ref }}
extra-deps: torchvision
extra-deps: torchvision==0.17.2+cpu

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

0 comments on commit 2eedb5a

Please sign in to comment.