File tree Expand file tree Collapse file tree 4 files changed +25
-81
lines changed
python-package-shared-setup Expand file tree Collapse file tree 4 files changed +25
-81
lines changed Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
- uses : ./.github/actions/python-package-shared-setup
24
24
with :
25
- rye-version : ${{ vars.RYE_VERSION }}
26
25
python-version : 3.12
27
26
- name : Format
28
27
working-directory : examples
64
63
fetch-depth : 0
65
64
- uses : ./.github/actions/python-package-shared-setup
66
65
with :
67
- rye-version : ${{ vars.RYE_VERSION }}
68
66
python-version : 3.12
69
67
- name : Create readme
70
68
working-directory : examples
Original file line number Diff line number Diff line change
1
+ name : Labelbox Notebooks Rye Setup
2
+
3
+ inputs :
4
+ python-version :
5
+ required : true
6
+
7
+ runs :
8
+ using : " composite"
9
+ steps :
10
+ - name : Install the latest version of rye
11
+ uses : eifinger/setup-rye@v4
12
+ with :
13
+ enable-cache : true
14
+ - name : Rye Setup
15
+ shell : bash
16
+ run : |
17
+ rye config --set-bool behavior.use-uv=true
18
+ - name : Python setup
19
+ shell : bash
20
+ run : rye pin ${{ inputs.python-version }}
21
+ - name : Environment setup
22
+ working-directory : libs/labelbox
23
+ shell : bash
24
+ run : |
25
+ rye sync -f --update-all
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- uses : ./.github/actions/python-package-shared-setup
18
18
with :
19
- rye-version : ${{ vars.RYE_VERSION }}
20
19
python-version : 3.12
21
20
- name : Create readme
22
21
working-directory : examples
You can’t perform that action at this time.
0 commit comments