-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ runs: | |
using: "composite" | ||
steps: | ||
- name: Setting environment on ${{ inputs.os }} with python ${{ inputs.python-version }} and pytorch ${{ inputs.pytorch-version }} | ||
uses: kornia/workflows/.github/actions/[email protected].0 | ||
uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
python-version: ${{ inputs.python-version }} | ||
pytorch-version: ${{ inputs.pytorch-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ runs: | |
using: "composite" | ||
steps: | ||
- name: Setting environment on ${{ inputs.os }} with python ${{ inputs.python-version }} and pytorch ${{ inputs.pytorch-version }} | ||
uses: kornia/workflows/.github/actions/[email protected].0 | ||
uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
python-version: ${{ inputs.python-version }} | ||
pytorch-version: ${{ inputs.pytorch-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
key: ${{ inputs.cache-key }} | ||
restore-keys: ${{ inputs.cache-restore-keys }} | ||
|
||
- uses: kornia/workflows/.github/actions/[email protected].0 | ||
- uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
os: ${{ inputs.os }} | ||
python-version: ${{ inputs.python-version }} | ||
|
@@ -77,7 +77,7 @@ jobs: | |
key: ${{ inputs.cache-key }} | ||
restore-keys: ${{ inputs.cache-restore-keys }} | ||
|
||
- uses: kornia/workflows/.github/actions/[email protected].0 | ||
- uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
os: ${{ inputs.os }} | ||
python-version: ${{ inputs.python-version }} | ||
|
@@ -105,7 +105,7 @@ jobs: | |
key: ${{ inputs.cache-key }} | ||
restore-keys: ${{ inputs.cache-restore-keys }} | ||
|
||
- uses: kornia/workflows/.github/actions/[email protected].0 | ||
- uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
os: ${{ inputs.os }} | ||
python-version: ${{ inputs.python-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ jobs: | |
|
||
steps: | ||
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }} | ||
uses: kornia/workflows/.github/actions/[email protected].0 | ||
uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
pytorch-version: ${{ matrix.pytorch-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
|
||
steps: | ||
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }} | ||
uses: kornia/workflows/.github/actions/[email protected].0 | ||
uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
pytorch-version: ${{ matrix.pytorch-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
key: ${{ inputs.cache-key }} | ||
restore-keys: ${{ inputs.cache-restore-keys }} | ||
|
||
- uses: kornia/workflows/.github/actions/[email protected].0 | ||
- uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
os: ${{ inputs.os }} | ||
python-version: ${{ matrix.python-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
|
||
steps: | ||
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }} | ||
uses: kornia/workflows/.github/actions/[email protected].0 | ||
uses: kornia/workflows/.github/actions/[email protected].1 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
pytorch-version: ${{ matrix.pytorch-version }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Has the inputs: | |
#### example | ||
```yaml | ||
steps: | ||
- uses: kornia/workflows/.github/actions/[email protected].0 | ||
- uses: kornia/workflows/.github/actions/[email protected].1 | ||
``` | ||
### .github/actions/tests | ||
|
@@ -55,7 +55,7 @@ Has the inputs: | |
#### example | ||
```yaml | ||
steps: | ||
- uses: kornia/workflows/.github/actions/[email protected].0 | ||
- uses: kornia/workflows/.github/actions/[email protected].1 | ||
``` | ||
|
||
### .github/actions/coverage | ||
|
@@ -84,7 +84,7 @@ Has the inputs: | |
#### example | ||
```yaml | ||
steps: | ||
- uses: kornia/workflows/.github/coverage/[email protected].0 | ||
- uses: kornia/workflows/.github/coverage/[email protected].1 | ||
``` | ||
|
||
## Reusable workflows | ||
|
@@ -118,7 +118,7 @@ A matrix strategy will be adopted from the list of python and pytorch version. | |
```yaml | ||
jobs: | ||
tests: | ||
uses: kornia/workflows/.github/workflows/[email protected].0 | ||
uses: kornia/workflows/.github/workflows/[email protected].1 | ||
with: | ||
python-version: '["3.8", "3.12"]' | ||
pytorch-version: '["1.13.1", "2.0.0"]' | ||
|
@@ -174,7 +174,7 @@ A matrix strategy will be adopted from the list of python and pytorch version. | |
```yaml | ||
jobs: | ||
coverage: | ||
uses: kornia/workflows/.github/workflows/[email protected].0 | ||
uses: kornia/workflows/.github/workflows/[email protected].1 | ||
with: | ||
python-version: "3.12" | ||
pytorch-version: "2.0.0" | ||
|
@@ -203,7 +203,7 @@ A matrix strategy will be adopted from the list of python and pytorch version. | |
```yaml | ||
jobs: | ||
tutorials: | ||
uses: kornia/workflows/.github/workflows/[email protected].0 | ||
uses: kornia/workflows/.github/workflows/[email protected].1 | ||
``` | ||
|
||
### .github/workflows/mypy.yml | ||
|
@@ -228,7 +228,7 @@ Has the inputs: | |
```yaml | ||
jobs: | ||
typing: | ||
uses: kornia/workflows/.github/workflows/[email protected].0 | ||
uses: kornia/workflows/.github/workflows/[email protected].1 | ||
``` | ||
|
||
### .github/workflows/docs.yml | ||
|
@@ -253,5 +253,5 @@ Has the inputs: | |
```yaml | ||
jobs: | ||
docs: | ||
uses: kornia/workflows/.github/workflows/[email protected].0 | ||
uses: kornia/workflows/.github/workflows/[email protected].1 | ||
``` |