Skip to content

Commit

Permalink
Merge pull request #93 from kornia/bump-workflow
Browse files Browse the repository at this point in the history
bump: workflows to 1.8.1
  • Loading branch information
edgarriba authored May 21, 2024
2 parents 8f60d12 + 40fbd7d commit df55182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
kornia-ref: ['main'] # TODO: coverage check through multiple versions: , 'v0.7.1', 'v0.7.0']

uses: kornia/workflows/.github/workflows/tutorials.yml@v1.4.1
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.8.1
with:
ref: ${{ matrix.kornia-ref }}

Expand All @@ -33,9 +33,10 @@ jobs:
kornia-ref: ['main']

steps:
- uses: kornia/workflows/.github/actions/env@v1.4.1
- uses: kornia/workflows/.github/actions/env@v1.8.1
with:
ref: ${{ matrix.kornia-ref }}
extra-deps: torchvision==0.17.2+cpu

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

0 comments on commit df55182

Please sign in to comment.