diff --git a/.github/workflows/geo-data.yml b/.github/workflows/geo-data.yml index 02192b8..cecd768 100644 --- a/.github/workflows/geo-data.yml +++ b/.github/workflows/geo-data.yml @@ -36,6 +36,8 @@ jobs: pip install virtualenv - name: Generate geo_data.py run: | + ./script/bootstrap + 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