Skip to content

Commit 5b5f74c

Browse files
EliEli
authored andcommitted
Add conda-verify
1 parent 934a22d commit 5b5f74c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
boa
6161
anaconda-client
6262
setuptools-scm
63+
conda-verify
6364
condarc: |
6465
channel_priority: strict
6566
channels:

schimpy/station.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def station_subset(
650650
swapped in.
651651
652652
"""
653-
653+
#
654654
locs.station_id = locs.station_id.str.lower()
655655
locs = locs.set_index("station_id")
656656

0 commit comments

Comments
 (0)