We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068e532 commit 9c8ff98Copy full SHA for 9c8ff98
1 file changed
.github/workflows/test.yml
@@ -25,18 +25,11 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v4
28
-
29
- - uses: conda-incubator/setup-miniconda@v3
+ - name: Set up Python
+ uses: actions/setup-python@v5
30
with:
31
- miniforge-variant: Mambaforge
32
- miniforge-version: latest
33
python-version: ${{ matrix.python-version }}
34
35
- - name: Show conda installation info
36
- run: |
37
- conda info
38
- conda list
39
40
- name: Test
41
run: |
42
pip install nox
0 commit comments