Skip to content

Commit ee4e669

Browse files
committed
Less tests
1 parent fb0b6a2 commit ee4e669

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/check-and-publish.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
platform: [windows-latest, ubuntu-latest, macos-latest]
23-
python-version: ["3.6", "3.7", "3.8", "3.9"]
24-
method: ["conda", "ecmwflibs"]
22+
# platform: [windows-latest, ubuntu-latest, macos-latest]
23+
# python-version: ["3.6", "3.7", "3.8", "3.9"]
24+
# method: ["conda", "ecmwflibs"]
25+
26+
platform: [ubuntu-latest, macos-latest]
27+
python-version: ["3.7", "3.8", "3.9"]
28+
method: ["conda"]
2529

2630
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }} (${{ matrix.method }})
2731
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)