NCAR / pop-tools

Tools to support analysis of POP2-CESM model solutions
https://pop-tools.readthedocs.io
Apache License 2.0
22 stars 29 forks source link

fix CI #119

Closed dcherian closed 2 years ago

dcherian commented 2 years ago

CircleCI is failing and it's not clear to me what it's checking given that we have Github Actions and RTD builds running.

I think we can also delete the linting workflow now that pre-commit.ci is activated.

@andersy005 does this sound right to you?

andersy005 commented 2 years ago

CircleCI is failing and it's not clear to me what it's checking given that we have Github Actions and RTD builds running.

The CircleCI issue should be fixed now (it was due to an old webhook that didn't get uninstalled when we disable CircleCI)

I think we can also delete the linting workflow now that pre-commit.ci is activated.

120 fixes this.

dcherian commented 2 years ago

Wonderful. Thanks Anderson!