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
debug upload
  • Loading branch information
Muryanto committed Oct 30, 2020
commit c516ff525a8d9c5ff5ae734c05e152644d9f04fa
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,17 @@ workflows:
# os: [ linux, macos ]
os: [ linux ]
name: build-<< matrix.os >>
- test:
matrix:
parameters:
os: [ linux ]
## - test:
## matrix:
## parameters:
## os: [ linux ]
# py_ver: [ "3.6", "3.7", "3.8"]
py_ver: [ "3.6"]
## py_ver: [ "3.6"]
# libnetcdf: [ "nompi", "mpi_mpich", "mpi_openmpi" ]
libnetcdf: [ "nompi" ]
name: test-<< matrix.os >>-<< matrix.py_ver >>-<< matrix.libnetcdf >>
requires:
- build-<< matrix.os >>
## libnetcdf: [ "nompi" ]
## name: test-<< matrix.os >>-<< matrix.py_ver >>-<< matrix.libnetcdf >>
## requires:
## - build-<< matrix.os >>

- upload:
requires:
Expand Down