File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,16 @@ jobs:
2424 steps :
2525 - name : Checkout repo
2626 uses : actions/checkout@v2
27+ - name : Install uv
28+ uses : astral-sh/setup-uv@v5
2729
2830 - name : Set up Python
2931 uses : actions/setup-python@v2
3032 with :
3133 python-version : ' 3.10'
3234
3335 - name : Install package
34- run : make install
36+ run : uv pip install .[dev] --system
3537 - name : Download data inputs
3638 run : make download
3739 env :
Original file line number Diff line number Diff line change @@ -24,14 +24,16 @@ jobs:
2424 steps :
2525 - name : Checkout repo
2626 uses : actions/checkout@v2
27+ - name : Install uv
28+ uses : astral-sh/setup-uv@v5
2729
2830 - name : Set up Python
2931 uses : actions/setup-python@v2
3032 with :
3133 python-version : ' 3.10'
3234
3335 - name : Install package
34- run : make install
36+ run : uv pip install .[dev] --system
3537 - name : Download data inputs
3638 run : make download
3739 env :
You can’t perform that action at this time.
0 commit comments