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
added filter to upload only from master branch
  • Loading branch information
Muryanto committed Oct 30, 2020
commit 9b65b593b423b4a57da60a89d95ca4cbba63ff14
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,13 @@ workflows:
parameters:
os: [ linux, macos ]
py_ver: [ "3.6", "3.7", "3.8" ]
libnetcdf: [ "nompi", "mpi_openmpi" ]
# libnetcdf: [ "nompi", "mpi_mpich", "mpi_openmpi" ]
libnetcdf: [ "nompi", "mpi_mpich", "mpi_openmpi" ]
name: test-<< matrix.os >>-<< matrix.py_ver >>-<< matrix.libnetcdf >>
requires:
- build-<< matrix.os >>
- upload:
requires:
- test

filters:
branches:
only: master