Browse Source
don't need to activate env, there isn't one
pull/1266/head
Ross McFarland
6 months ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
2 changed files with
4 additions and
1 deletions
-
.changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md
-
.github/workflows/geo-data.yml
|
|
|
@ -0,0 +1,4 @@ |
|
|
|
--- |
|
|
|
type: none |
|
|
|
--- |
|
|
|
Fixes for geo-data.py action |
|
|
|
@ -36,7 +36,6 @@ jobs: |
|
|
|
pip install virtualenv |
|
|
|
- name: Generate geo_data.py |
|
|
|
run: | |
|
|
|
source env/bin/activate |
|
|
|
./script/generate-geo-data > octodns/record/geo_data.py |
|
|
|
[ `git status --porcelain=1 | wc -l` -ne 0 ] && ./script/changelog create -t minor Periodic updates to geo_data.py |
|
|
|
- name: Create Pull Request |
|
|
|
|