Skip to content

Commit cd3d03a

Browse files
committed
Skip ecmwflibs
1 parent 52b5e40 commit cd3d03a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
matrix:
1818
platform: [windows-latest, ubuntu-latest, macos-latest]
1919
python-version: ["3.6", "3.7", "3.8", "3.9"]
20-
method: ["conda", "ecmwflibs"]
21-
excludes: # For now
22-
- method: ecmwflibs
20+
method: ["conda"] # , "ecmwflibs"]
21+
2322

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

0 commit comments

Comments
 (0)