We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732e614 commit 00c4b85Copy full SHA for 00c4b85
.github/workflows/run.yml
@@ -15,10 +15,12 @@ jobs:
15
run: |
16
git config user.name github-actions[bot]
17
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
18
- - uses: actions/setup-python@v5
+ - name: Setup Miniforge
19
+ uses: conda-incubator/setup-miniconda@v3
20
with:
- python-version: "3.13"
21
- - run: pip install calkit-python uv
+ miniforge-version: latest
22
+ auto-activate-base: true
23
+ - run: pip install calkit-python
24
- name: Restore DVC cache
25
id: cache-dvc-restore
26
uses: actions/cache/restore@v4
0 commit comments