Skip to content

Commit 00c4b85

Browse files
committed
Use miniforge
1 parent 732e614 commit 00c4b85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/run.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
run: |
1616
git config user.name github-actions[bot]
1717
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
18-
- uses: actions/setup-python@v5
18+
- name: Setup Miniforge
19+
uses: conda-incubator/setup-miniconda@v3
1920
with:
20-
python-version: "3.13"
21-
- run: pip install calkit-python uv
21+
miniforge-version: latest
22+
auto-activate-base: true
23+
- run: pip install calkit-python
2224
- name: Restore DVC cache
2325
id: cache-dvc-restore
2426
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)