Skip to content

Commit

Permalink
update self references to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Apr 14, 2024
1 parent b247a25 commit 9832cfe
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/actions/coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/env@v1.6.0
uses: kornia/workflows/.github/actions/env@v1.7.0
with:
python-version: ${{ inputs.python-version }}
pytorch-version: ${{ inputs.pytorch-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: asottile/workflows/.github/actions/fast-checkout@v1.6.0
- uses: asottile/workflows/.github/actions/fast-checkout@v1.7.0
with:
repository: kornia/kornia
ref: ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/env@v1.6.0
uses: kornia/workflows/.github/actions/env@v1.7.0
with:
python-version: ${{ inputs.python-version }}
pytorch-version: ${{ inputs.pytorch-version }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pytorch-dtype: ['float32', 'float64']

steps:
- uses: kornia/workflows/.github/actions/coverage@v1.6.0
- uses: kornia/workflows/.github/actions/coverage@v1.7.0
with:
os: ${{ inputs.os }}
python-version: ${{ inputs.python-version }}
Expand All @@ -52,7 +52,7 @@ jobs:
pytorch-dtype: ['float32']

steps:
- uses: kornia/workflows/.github/actions/coverage@v1.6.0
- uses: kornia/workflows/.github/actions/coverage@v1.7.0
with:
os: ${{ inputs.os }}
python-version: ${{ inputs.python-version }}
Expand All @@ -72,7 +72,7 @@ jobs:
pytorch-dtype: ['float32', 'float64']

steps:
- uses: kornia/workflows/.github/actions/coverage@v1.6.0
- uses: kornia/workflows/.github/actions/coverage@v1.7.0
with:
os: ${{ inputs.os }}
python-version: ${{ inputs.python-version }}
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: ${{ inputs.os }}
needs: [slow, dynamo, overall]
steps:
- uses: asottile/workflows/.github/actions/fast-checkout@v1.6.0
- uses: asottile/workflows/.github/actions/fast-checkout@v1.7.0
with:
repository: kornia/kornia
ref: ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }}
uses: kornia/workflows/.github/actions/env@v1.6.0
uses: kornia/workflows/.github/actions/env@v1.7.0
with:
python-version: ${{ matrix.python-version }}
pytorch-version: ${{ matrix.pytorch-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }}
uses: kornia/workflows/.github/actions/env@v1.6.0
uses: kornia/workflows/.github/actions/env@v1.7.0
with:
python-version: ${{ matrix.python-version }}
pytorch-version: ${{ matrix.pytorch-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/self-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: asottile/workflows/.github/actions/fast-checkout@v1.6.0
- uses: asottile/workflows/.github/actions/fast-checkout@v1.7.0
with:
path: subdir
- uses: ./subdir/.github/actions/env/
Expand All @@ -30,7 +30,7 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: asottile/workflows/.github/actions/fast-checkout@v1.6.0
- uses: asottile/workflows/.github/actions/fast-checkout@v1.7.0
with:
path: subdir
- uses: ./subdir/.github/actions/coverage/
Expand All @@ -40,7 +40,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: asottile/workflows/.github/actions/fast-checkout@v1.6.0
- uses: asottile/workflows/.github/actions/fast-checkout@v1.7.0
with:
path: subdir
- uses: ./subdir/.github/actions/tests/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: '3.11'

steps:
- uses: kornia/workflows/.github/actions/tests@v1.6.0
- uses: kornia/workflows/.github/actions/tests@v1.7.0
with:
os: ${{ inputs.os }}
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }}
uses: kornia/workflows/.github/actions/env@v1.6.0
uses: kornia/workflows/.github/actions/env@v1.7.0
with:
python-version: ${{ matrix.python-version }}
pytorch-version: ${{ matrix.pytorch-version }}
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Has the inputs:
#### example
```yaml
steps:
- uses: kornia/workflows/.github/actions/env@v1.6.0
- uses: kornia/workflows/.github/actions/env@v1.7.0
```
### .github/actions/tests
Expand All @@ -55,7 +55,7 @@ Has the inputs:
#### example
```yaml
steps:
- uses: kornia/workflows/.github/actions/tests@v1.6.0
- uses: kornia/workflows/.github/actions/tests@v1.7.0
```

### .github/actions/coverage
Expand Down Expand Up @@ -84,7 +84,7 @@ Has the inputs:
#### example
```yaml
steps:
- uses: kornia/workflows/.github/coverage/tests@v1.6.0
- uses: kornia/workflows/.github/coverage/tests@v1.7.0
```

## Reusable workflows
Expand Down Expand Up @@ -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/tests@v1.6.0
uses: kornia/workflows/.github/workflows/tests@v1.7.0
with:
python-version: '["3.8", "3.11"]'
pytorch-version: '["1.13.1", "2.0.0"]'
Expand Down Expand Up @@ -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/coverage@v1.6.0
uses: kornia/workflows/.github/workflows/coverage@v1.7.0
with:
python-version: "3.11"
pytorch-version: "2.0.0"
Expand Down Expand Up @@ -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/tutorials@v1.6.0
uses: kornia/workflows/.github/workflows/tutorials@v1.7.0
```

### .github/workflows/mypy.yml
Expand All @@ -228,7 +228,7 @@ Has the inputs:
```yaml
jobs:
typing:
uses: kornia/workflows/.github/workflows/mypy@v1.6.0
uses: kornia/workflows/.github/workflows/mypy@v1.7.0
```

### .github/workflows/docs.yml
Expand All @@ -253,5 +253,5 @@ Has the inputs:
```yaml
jobs:
docs:
uses: kornia/workflows/.github/workflows/docs@v1.6.0
uses: kornia/workflows/.github/workflows/docs@v1.7.0
```

0 comments on commit 9832cfe

Please sign in to comment.