Browse Source

don't need to activate env, there isn't one

pull/1266/head
Ross McFarland 6 months ago
parent
commit
2e08242585
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 4 additions and 1 deletions
  1. +4
    -0
      .changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md
  2. +0
    -1
      .github/workflows/geo-data.yml

+ 4
- 0
.changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md View File

@ -0,0 +1,4 @@
---
type: none
---
Fixes for geo-data.py action

+ 0
- 1
.github/workflows/geo-data.yml View File

@ -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


Loading…
Cancel
Save