summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2022-06-18 11:51:51 -0700
committerGitHub <noreply@github.com>2022-06-18 11:51:51 -0700
commitfe2b9768492a5ce503d1761633606d6832ab5025 (patch)
tree146da799885718ca679a148ad6c13a5e714ae73e /.github
parent2981de95b00e9ec5dc7c387448a4b3261ed8c4dd (diff)
update cache for accessibility tests (to match other tests) (#1505)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index c4b6ef43..4cb8218b 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -42,11 +42,14 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@main
+ - name: Capture full Python version in env
+ run: echo "PYTHON_FULL_VERSION=$(python --version)" >> $GITHUB_ENV
+
- name: poetry cache
uses: actions/cache@v2
with:
path: .venv
- key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ matrix.python-version }}
+ key: ${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ env.PYTHON_FULL_VERSION }}-${{ secrets.CACHE_STRING }}
- name: npm cache
uses: actions/cache@v2