From 37f3c8b377f51b0f5257acc93a4eb49c775eb403 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 2 Nov 2023 12:00:23 +0800 Subject: [PATCH] Update python version for chartpress --- .github/workflows/chartpress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chartpress.yaml b/.github/workflows/chartpress.yaml index a5e77290..0ae704f1 100644 --- a/.github/workflows/chartpress.yaml +++ b/.github/workflows/chartpress.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup python uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.7' - name: Setup git run: git config --global user.email "noreply@developmentseed.org" && git config --global user.name "Github Action"