Skip to content

Commit 206d9f6

Browse files
committed
use setup-python action instead of conda
1 parent b0ef8b6 commit 206d9f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: conda-incubator/setup-miniconda@v3
27+
- name: Use Python ${{ matrix.python-version }}
28+
uses: actions/setup-python@v5
2829
with:
2930
python-version: ${{ matrix.python-version }}
30-
miniforge-variant: Mambaforge
31-
miniforge-version: latest
3231

3332
- name: Test
3433
run: |

0 commit comments

Comments
 (0)