From c412ddf1fede5d8882a6c230826c1d8fbbf61911 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Sat, 8 Oct 2022 11:45:46 -0400 Subject: [PATCH] Fix data cache env variable in ci build (#3062) * Fix data cache env variable in ci build * Check that datasets are where we expect * Try to reference as a context property --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 852144c17d..58c0157a6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ on: env: NB_KERNEL: python MPLBACKEND: Agg - SEABORN_DATA: ~/seaborn-data + SEABORN_DATA: ${{ github.workspace }}/seaborn-data jobs: build-docs: @@ -37,6 +37,7 @@ jobs: - name: Cache datasets run: | git clone https://github.com/mwaskom/seaborn-data.git + ls $SEABORN_DATA - name: Build docs env: