From 48e56b0ad70cae98686ce78351e82473196faea3 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Fri, 18 Mar 2022 16:40:40 +0000 Subject: [PATCH] 3.7 --- .github/workflows/etl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/etl.yml b/.github/workflows/etl.yml index eee64314..32893dc1 100644 --- a/.github/workflows/etl.yml +++ b/.github/workflows/etl.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7.4' + python-version: '3.7' - name: Install dependencies run: |