File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
ref : ${{ github.head_ref }}
26
26
fetch-depth : 0
27
- - uses : ./.github/actions/notebooks
27
+ - uses : ./.github/actions/python-package-shared-setup
28
+ with :
29
+ rye-version : ${{ vars.RYE_VERSION }}
30
+ python-version : ${{ inputs.python-version }}
28
31
- name : Format
29
32
working-directory : examples
30
33
run : rye run clean
63
66
with :
64
67
ref : ${{ github.head_ref }}
65
68
fetch-depth : 0
66
- - uses : ./.github/actions/notebooks
69
+ - uses : ./.github/actions/python-package-shared-setup
70
+ with :
71
+ rye-version : ${{ vars.RYE_VERSION }}
72
+ python-version : ${{ inputs.python-version }}
67
73
- name : Create readme
68
74
working-directory : examples
69
75
run : rye run create-readme
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : ./.github/actions/notebooks
17
+ - uses : ./.github/actions/python-package-shared-setup
18
+ with :
19
+ rye-version : ${{ vars.RYE_VERSION }}
20
+ python-version : ${{ inputs.python-version }}
18
21
- name : Create readme
19
22
working-directory : examples
20
23
run : rye run create-doc-readme
You can’t perform that action at this time.
0 commit comments