We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd5b40 commit 142d342Copy full SHA for 142d342
1 file changed
.github/workflows/test.yml
@@ -25,17 +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-version: latest
32
python-version: ${{ matrix.python-version }}
33
34
- - name: Show conda installation info
35
- run: |
36
- conda info
37
- conda list
38
39
- name: Test
40
run: |
41
pip install nox
0 commit comments