Skip to content

Commit d4828b2

Browse files
committed
update miniconda in workflow
1 parent 1b7acb9 commit d4828b2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19+
- name: Checkout
20+
uses: actions/checkout@v4
21+
with:
22+
persist-credentials: false
1923
- name: Setup Miniconda using Python ${{ matrix.python-version }}
2024
uses: conda-incubator/setup-miniconda@v3
2125
with:

.github/workflows/check_jupyterbook.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
persist-credentials: false
1212

1313
- name: Setup Miniconda
14-
uses: conda-incubator/setup-miniconda@v2
14+
uses: conda-incubator/setup-miniconda@v3
1515
with:
1616
miniconda-version: "latest"
17-
auto-update-conda: true
1817
activate-environment: ccc-dev
1918
environment-file: environment.yml
20-
python-version: 3.13
19+
python-version: "3.13"
2120
auto-activate-base: false
2221

2322
- name: Build # Build Jupyter Book

.github/workflows/deploy_jupyterbook.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
15-
1615
- name: Setup Miniconda
1716
uses: conda-incubator/setup-miniconda@v3
1817
with:
1918
miniconda-version: "latest"
20-
auto-update-conda: true
2119
activate-environment: ccc-dev
2220
environment-file: environment.yml
23-
python-version: 3.12
21+
python-version: "3.13"
2422
auto-activate-base: false
2523

2624
- name: Build # Build Jupyter Book

0 commit comments

Comments
 (0)