From 9bd32e003fcf99a4ecaa4018e96abf1d5b49e695 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 19 Jun 2025 10:07:30 -0700 Subject: [PATCH] actually forgot to bootstrap --- .github/workflows/geo-data.yml | 2 ++ 1 file changed, 2 insertions(+) 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