You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bump_gmt_checklist.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ assignees: ''
17
17
**To-Do for bumping the GMT version in CI**:
18
18
19
19
-[ ] Bump the GMT version in CI (1 PR)
20
+
-[ ] Update `environment.yml`
21
+
-[ ] Update `ci/requirements/docs.yml`
20
22
-[ ] Update `.github/workflows/cache_data.yaml`
23
+
-[ ] Update `.github/workflows/ci_doctests.yaml`
21
24
-[ ] Update `.github/workflows/ci_docs.yml`
22
25
-[ ] Update `.github/workflows/ci_tests.yaml`
23
-
-[ ] Update `ci/requirements/docs.yml`
24
-
-[ ] Update `environment.yml`
26
+
-[ ] Add the legacy GMT version to `.github/workflows/ci_tests_legacy.yaml`
25
27
-[ ] Fix failing tests (1 or more PRs)
26
28
-[ ] Fix [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass
27
29
@@ -31,5 +33,6 @@ assignees: ''
31
33
-[ ] Update `required_version` in `pygmt/clib/session.py`
32
34
-[ ] Update `test_get_default` in `pygmt/tests/test_clib.py`
33
35
-[ ] Update compatibility table in `README.rst`
36
+
-[ ] Remove unsupported GMT version from `.github/workflows/ci_tests_legacy.yaml`
34
37
-[ ] Remove [xfail](https://docs.pytest.org/en/stable/skipping.html#xfail-mark-test-functions-as-expected-to-fail) pytest markers on tests that are now xpass
35
38
-[ ] Update deprecated syntax in source code and examples based on the [GMT Changelog](https://docs.generic-mapping-tools.org/latest/changes.html)
0 commit comments