We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
env
Example
uses: kornia/workflows/.github/workflows/[email protected] with: ref: 'main' # Or any git reference, tag, commit, etc -- so can be v0.7.0, etc
This ref input is the git reference of kornia/kornia repository.
ref
The problem with it now, is that not all tutorials will work on older kornia versions, so this needs to be dealt with somehow
The text was updated successfully, but these errors were encountered:
kornia/workflows
No branches or pull requests
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
The problem with it now, is that not all tutorials will work on older kornia versions, so this needs to be dealt with somehow
The text was updated successfully, but these errors were encountered: