Skip to content

Commit bcca3df

Browse files
committed
Use setup-python action instead of setup-miniconda
1 parent 8e506fe commit bcca3df

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test-notebooks.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414

1515
name: Test the notebooks
1616
runs-on: ubuntu-latest
17+
1718
steps:
1819
- uses: actions/checkout@v4
1920

20-
- uses: conda-incubator/setup-miniconda@v3
21+
- name: Install Python
22+
uses: actions/setup-python@v5
2123
with:
22-
python-version: "3.11"
23-
miniforge-variant: Miniforge3
24-
miniforge-version: latest
25-
auto-update-conda: true
24+
python-version: 3.11
2625

2726
- name: Install nox
2827
run: pip install nox

0 commit comments

Comments
 (0)