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 371fc57db6b90d9b26ff043b7621812c1f3b5801
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ workflows:
- test:
matrix:
parameters:
os: [ linux ] #, macos ]
os: [ linux ]
# py_ver: [ "3.6", "3.7", "3.8"]
py_ver: [ "3.6"]
# libnetcdf: [ "nompi", "mpi_mpich", "mpi_openmpi" ]
Expand All @@ -171,7 +171,7 @@ workflows:

- upload:
requires:
- test
- build
# filters:
# branches:
# only: master
Expand Down