We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a041d92 commit 8fbb9fbCopy full SHA for 8fbb9fb
.github/workflows/pr_test_cpu.yml
@@ -17,13 +17,8 @@ jobs:
17
strategy:
18
fail-fast: true
19
matrix:
20
- os: ['Ubuntu-latest', 'Windows-latest', 'MacOS-latest']
+ os: ['Ubuntu-latest', 'Windows-latest']
21
pytorch-dtype: ['float32', 'float64']
22
- exclude:
23
- - os: 'Windows-latest'
24
- pytorch-dtype: 'float64'
25
- - os: 'MacOS-latest'
26
27
28
uses: kornia/workflows/.github/workflows/tests.yml@v1.8.1
29
with:
@@ -32,6 +27,14 @@ jobs:
32
pytorch-version: '["1.9.1", "2.2.2"]'
33
pytorch-dtype: ${{ matrix.pytorch-dtype }}
34
30
+ tests-cpu-macos:
31
+ uses: kornia/workflows/.github/workflows/tests.yml@v1.6.0
+ with:
+ os: 'MacOS-latest'
+ python-version: '["3.8", "3.11"]'
35
+ pytorch-dtype: 'float32'
36
+
37
38
coverage:
39
uses: kornia/workflows/.github/workflows/coverage.yml@v1.8.1
40
0 commit comments