Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating config.yml #647

Merged
merged 18 commits into from
Oct 31, 2020
Prev Previous commit
Next Next commit
fix upload
  • Loading branch information
Muryanto committed Oct 30, 2020
commit 0fe6c602413157d2b69c8382cd5767db5e29e9c5
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,18 +142,14 @@ workflows:
- build:
matrix:
parameters:
# os: [ linux, macos ]
os: [ linux ]
os: [ linux, macos ]
name: build-<< matrix.os >>
- test:
matrix:
parameters:
# os: [ linux, macos ]
os: [ linux ]
# py_ver: [ "3.6", "3.7", "3.8" ]
py_ver: [ "3.6" ]
# libnetcdf: [ "nompi", "mpi_openmpi" ]
libnetcdf: [ "nompi" ]
os: [ linux, macos ]
py_ver: [ "3.6", "3.7", "3.8" ]
libnetcdf: [ "nompi", "mpi_openmpi" ]
# libnetcdf: [ "nompi", "mpi_mpich", "mpi_openmpi" ]
name: test-<< matrix.os >>-<< matrix.py_ver >>-<< matrix.libnetcdf >>
requires:
Expand Down