Skip to content
New issue

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

CI: Run tutorials against other kornia versions #84

Open
johnnv1 opened this issue Jan 29, 2024 · 0 comments
Open

CI: Run tutorials against other kornia versions #84

johnnv1 opened this issue Jan 29, 2024 · 0 comments
Labels
CI enhancement New feature or request

Comments

@johnnv1
Copy link
Member

johnnv1 commented Jan 29, 2024

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/[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.

The problem with it now, is that not all tutorials will work on older kornia versions, so this needs to be dealt with somehow

@johnnv1 johnnv1 added enhancement New feature or request CI labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant