Update ci.yml to verify successful execution of setup.py for all tools
Open
enhancement
- Dominant language
- Python
- Stars
- 252
- Forks
- 60
- Avg merge
- 8d 4h
- Merged PRs (30d)
- 3
Description
Add steps in [CI workflow](https://github.com/google/weather-tools/blob/main/.github/workflows/ci.yml) to verify successful execution of setup.py for all tools.
#### Implementation Detail:
Something like --
```pip install ./weather_mv --dry-run --no-cache-dir```
This will prevent these (#279 & #282) kind of issues in future.
Contributor guide
Assessment
This issue has not been assessed yet.