Skip to content

Commit c412ddf

Browse files
authored
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
1 parent 6d6f8d3 commit c412ddf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
env:
1313
NB_KERNEL: python
1414
MPLBACKEND: Agg
15-
SEABORN_DATA: ~/seaborn-data
15+
SEABORN_DATA: ${{ github.workspace }}/seaborn-data
1616

1717
jobs:
1818
build-docs:
@@ -37,6 +37,7 @@ jobs:
3737
- name: Cache datasets
3838
run: |
3939
git clone https://github.com/mwaskom/seaborn-data.git
40+
ls $SEABORN_DATA
4041
4142
- name: Build docs
4243
env:

0 commit comments

Comments
 (0)