File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 24
24
cache-dependency-path : |
25
25
yarn.lock
26
26
'examples/*/yarn.lock'
27
+ - uses : actions/setup-python@v5
28
+ with :
29
+ python-version : ' 3.12'
30
+ cache : ' pip'
31
+ cache-dependency-path : ' examples/*/requirements.txt'
27
32
- run : yarn --frozen-lockfile
28
33
- id : date
29
34
run : echo "date=$(TZ=America/Los_Angeles date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
61
66
run : yarn --frozen-lockfile && yarn build
62
67
working-directory : examples/mortgage-rates
63
68
- name : Build example "penguin-classification"
64
- run : |
65
- python -m pip install --upgrade pip
66
- pip install -r requirements.txt
67
- yarn --frozen-lockfile && yarn build
69
+ run : pip install -r requirements.txt && yarn --frozen-lockfile && yarn build
68
70
working-directory : examples/penguin-classification
69
71
- name : Build example "plot"
70
72
run : yarn --frozen-lockfile && yarn build
You can’t perform that action at this time.
0 commit comments