You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub Action to run geocode.py and commit results
Add a GitHub Actions workflow to run `geocode.py` manually and commit the results to the repository.
* **Add requirements.txt**: List dependencies required for `geocode.py`.
* **Add .github/workflows/geocode.yml**:
- Check out the repository using `actions/checkout@v2`.
- Set up Python 3.x using `actions/setup-python@v2`.
- Install dependencies from `requirements.txt`.
- Run `geocode.py`.
- Commit and push the results to the repository.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/neon-ninja/shards?shareId=XXXX-XXXX-XXXX-XXXX).
0 commit comments