-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
With the new CI setup (#81) we can choose against which kornia version runs the tutorials. By using the git reference to the env action.
Example
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.4.1
with:
ref: 'main' # Or any git reference, tag, commit, etc -- so can be v0.7.0, etcThis
refinput is the git reference of kornia/kornia repository.
The problem with it now, is that not all tutorials will work on older kornia versions, so this needs to be dealt with somehow
Reactions are currently unavailable