Skip to content

Commit

Permalink
Merge pull request #9 from kornia/ci/tutorials
Browse files Browse the repository at this point in the history
remove manual torchvision install
  • Loading branch information
johnnv1 authored Jan 29, 2024
2 parents 471e04c + 0184845 commit fca3b80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/self-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
with:
ref: main

workflow-tutorials:
uses: ./.github/workflows/tutorials.yml
with:
ref: main

workflow-docs:
uses: ./.github/workflows/docs.yml
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
- name: Install dependencies
working-directory: ./tutorials-repo/
shell: bash -l {0}
run: |
conda install torchvision -c pytorch
make setup
run: make setup

- name: Check deps
working-directory: ./tutorials-repo/
Expand Down

0 comments on commit fca3b80

Please sign in to comment.