Skip to content

Commit 1cdd163

Browse files
committed
Install Calkit with uv
1 parent 20f1993 commit 1cdd163

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ jobs:
3131
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
34+
- name: Setup uv
35+
uses: astral-sh/setup-uv@v5
3436
- name: Setup Miniforge
3537
uses: conda-incubator/setup-miniconda@v3
3638
with:
3739
miniforge-version: latest
3840
auto-activate-base: true
3941
conda-remove-defaults: true
40-
- run: pip install calkit-python
42+
- name: Install Calkit
43+
run: uv tool install calkit-python
4144
- name: Restore DVC cache
4245
id: cache-dvc-restore
4346
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)