Skip to content

Commit

Permalink
bump: workflows 1.8.1 and torch 2.2.2 (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Apr 24, 2024
1 parent 6cd8b79 commit ed46830
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr_test_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ jobs:
- os: 'MacOS-latest'
pytorch-dtype: 'float64'

uses: kornia/workflows/.github/workflows/tests.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tests.yml@v1.8.1
with:
os: ${{ matrix.os }}
python-version: '["3.8", "3.11"]'
pytorch-version: '["1.9.1", "2.2.0"]'
pytorch-version: '["1.9.1", "2.2.2"]'
pytorch-dtype: ${{ matrix.pytorch-dtype }}

coverage:
uses: kornia/workflows/.github/workflows/coverage.yml@v1.6.0
uses: kornia/workflows/.github/workflows/coverage.yml@v1.8.1

typing:
uses: kornia/workflows/.github/workflows/mypy.yml@v1.6.0
uses: kornia/workflows/.github/workflows/mypy.yml@v1.8.1

tutorials:
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.8.1

docs:
uses: kornia/workflows/.github/workflows/docs.yml@v1.6.0
uses: kornia/workflows/.github/workflows/docs.yml@v1.8.1

collector:
needs: [coverage, tests-cpu, tutorials, typing, docs]
Expand All @@ -63,7 +63,7 @@ jobs:
os: ['Ubuntu-latest', 'Windows-latest'] #, 'MacOS-latest'] add it when https://github.com/pytorch/pytorch/pull/89262 be merged
pytorch-dtype: ['float32', 'float64']

uses: kornia/workflows/.github/workflows/tests.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tests.yml@v1.8.1
with:
os: ${{ matrix.os }}
pytorch-version: '["nightly"]'
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/scheduled_test_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
# os: ['Ubuntu-latest', 'Windows-latest', 'MacOS-latest']
pytorch-dtype: ['float32', 'float64']

uses: kornia/workflows/.github/workflows/tests.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tests.yml@v1.8.1
with:
os: 'Ubuntu-latest'
python-version: '["3.8", "3.9", "3.10", "3.11"]'
pytorch-version: '["1.9.1", "1.10.2", "1.11.0", "1.12.1", "1.13.1", "2.0.1", "2.1.2", "2.2.0"]'
pytorch-version: '["1.9.1", "1.10.2", "1.11.0", "1.12.1", "1.13.1", "2.0.1", "2.1.2", "2.2.2"]'
pytorch-dtype: ${{ matrix.pytorch-dtype }}
pytest-extra: '--runslow'

Expand All @@ -34,11 +34,11 @@ jobs:
matrix:
pytorch-dtype: ['float32', 'float64']

uses: kornia/workflows/.github/workflows/tests.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tests.yml@v1.8.1
with:
os: 'Windows-latest'
python-version: '["3.11"]'
pytorch-version: '["1.9.1", "2.2.0"]'
pytorch-version: '["1.9.1", "2.2.2"]'
pytorch-dtype: ${{ matrix.pytorch-dtype }}

tests-cpu-mac:
Expand All @@ -47,19 +47,19 @@ jobs:
matrix:
pytorch-dtype: ['float32', 'float64']

uses: kornia/workflows/.github/workflows/tests.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tests.yml@v1.8.1
with:
os: 'MacOS-latest'
pytorch-dtype: ${{ matrix.pytorch-dtype }}

coverage:
uses: kornia/workflows/.github/workflows/coverage.yml@v1.6.0
uses: kornia/workflows/.github/workflows/coverage.yml@v1.8.1

typing:
uses: kornia/workflows/.github/workflows/mypy.yml@v1.6.0
uses: kornia/workflows/.github/workflows/mypy.yml@v1.8.1

tutorials:
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.6.0
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.8.1

docs:
uses: kornia/workflows/.github/workflows/docs.yml@v1.6.0
uses: kornia/workflows/.github/workflows/docs.yml@v1.8.1

0 comments on commit ed46830

Please sign in to comment.