Skip to content

Commit 4e89dac

Browse files
committed
fix failing tests
1 parent 1ded274 commit 4e89dac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run pylint
2929
run: |
30-
pylint tools/**
30+
pylint tools/**py
3131
3232
validate-xml:
3333
name: Use xmlllint to validate the xml file against the schema file

standard_names.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3850,4 +3850,4 @@
38503850
<type units="various">real</type>
38513851
</standard_name>
38523852
</section>
3853-
</standard_names>
3853+
</standard_names>

0 commit comments

Comments
 (0)