From b0ddda5ba72f66ccf7ee988a50b6c2a89d0427ed Mon Sep 17 00:00:00 2001 From: Jason Lawrence Date: Thu, 3 Dec 2020 10:29:13 -0600 Subject: [PATCH] Fix missing env and step ID --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cd09da2..c8905cf6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,7 @@ on: branches: [ $default-branch ] env: + CACHE_VERSION: 1 DEFAULT_PYTHON: 3.7 jobs: @@ -57,6 +58,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} + id: python uses: actions/setup-python@v2 with: python-version: ${{ env.DEFAULT_PYTHON }}