Skip to content

Commit 5f6e88d

Browse files
authored
Merge pull request #20 from Terradue/develop
fix: broken module name, couldn't be installed...
2 parents a1361bc + ffb7adc commit 5f6e88d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dump_stations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install aeronet-client
4747
run: |
4848
python -m pip install --upgrade pip
49-
pip install aeronet-client
49+
pip install pygeofilter-aeronet
5050
5151
- name: Run aeronet-client dump
5252
run: |

0 commit comments

Comments
 (0)