We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ef8b6 commit 206d9f6Copy full SHA for 206d9f6
1 file changed
.github/workflows/test.yml
@@ -24,11 +24,10 @@ jobs:
24
25
steps:
26
- uses: actions/checkout@v4
27
- - uses: conda-incubator/setup-miniconda@v3
+ - name: Use Python ${{ matrix.python-version }}
28
+ uses: actions/setup-python@v5
29
with:
30
python-version: ${{ matrix.python-version }}
- miniforge-variant: Mambaforge
31
- miniforge-version: latest
32
33
- name: Test
34
run: |
0 commit comments