We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f1993 commit 1cdd163Copy full SHA for 1cdd163
1 file changed
.github/workflows/run.yml
@@ -31,13 +31,16 @@ jobs:
31
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
32
- name: Set up Docker Buildx
33
uses: docker/setup-buildx-action@v3
34
+ - name: Setup uv
35
+ uses: astral-sh/setup-uv@v5
36
- name: Setup Miniforge
37
uses: conda-incubator/setup-miniconda@v3
38
with:
39
miniforge-version: latest
40
auto-activate-base: true
41
conda-remove-defaults: true
- - run: pip install calkit-python
42
+ - name: Install Calkit
43
+ run: uv tool install calkit-python
44
- name: Restore DVC cache
45
id: cache-dvc-restore
46
uses: actions/cache/restore@v4
0 commit comments