Skip to content

Commit b12d98b

Browse files
authored
Merge pull request #221 from NOAA-GFDL/remove-macro-tests
Remove Rose macro tests as we no longer use Rose macros
2 parents ec763e2 + 9d73346 commit b12d98b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/create_test_conda_env.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ jobs:
7272
run: |
7373
pylint -v --rcfile ./pylintrc --fail-under 9.8 ./lib/python
7474
75-
- name: python macros pytest
76-
run: |
77-
pytest -vv -rx ./meta/lib/python/macros/tests
78-
79-
- name: python macros pylint
80-
run: |
81-
pylint -v --rcfile ./pylintrc --fail-under 7.5 ./meta/lib/python/macros/
82-
8375
- name: make-timeseries pytest
8476
run: |
8577
pytest -vv -rx ./app/make-timeseries/tests

0 commit comments

Comments
 (0)