From 2e082425857a90ff94471dec959786a0c682ee86 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 19 Jun 2025 10:02:11 -0700 Subject: [PATCH] don't need to activate env, there isn't one --- .changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md | 4 ++++ .github/workflows/geo-data.yml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md diff --git a/.changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md b/.changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md new file mode 100644 index 0000000..c637a10 --- /dev/null +++ b/.changelog/3e80c9a9167b4d0ea3eb95f8b46b177a.md @@ -0,0 +1,4 @@ +--- +type: none +--- +Fixes for geo-data.py action \ No newline at end of file diff --git a/.github/workflows/geo-data.yml b/.github/workflows/geo-data.yml index b6afa3a..02192b8 100644 --- a/.github/workflows/geo-data.yml +++ b/.github/workflows/geo-data.yml @@ -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