Skip to content

Commit eb35f60

Browse files
committed
Use setup-python action instead of setup-miniconda
1 parent ccd129c commit eb35f60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-notebooks.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- uses: conda-incubator/setup-miniconda@v3
29+
- name: Install Python ${{ matrix.python-version }}
30+
uses: actions/setup-python@v5
3031
with:
3132
python-version: ${{ matrix.python-version }}
32-
miniforge-variant: Miniforge3
33-
miniforge-version: latest
34-
auto-update-conda: true
3533

3634
- name: Install nox
3735
run: pip install nox

0 commit comments

Comments
 (0)