Skip to content

Commit 9c8ff98

Browse files
committed
use setup-python instead of mambaforge
1 parent 068e532 commit 9c8ff98

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,11 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28-
29-
- uses: conda-incubator/setup-miniconda@v3
28+
- name: Set up Python
29+
uses: actions/setup-python@v5
3030
with:
31-
miniforge-variant: Mambaforge
32-
miniforge-version: latest
3331
python-version: ${{ matrix.python-version }}
3432

35-
- name: Show conda installation info
36-
run: |
37-
conda info
38-
conda list
39-
4033
- name: Test
4134
run: |
4235
pip install nox

0 commit comments

Comments
 (0)