Skip to content

Commit 142d342

Browse files
committed
use setup-python instead of mambaforge
1 parent 2cd5b40 commit 142d342

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -25,17 +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-version: latest
3231
python-version: ${{ matrix.python-version }}
3332

34-
- name: Show conda installation info
35-
run: |
36-
conda info
37-
conda list
38-
3933
- name: Test
4034
run: |
4135
pip install nox

0 commit comments

Comments
 (0)