Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/conda-package-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Install conda-build
run: conda install conda-build
run: conda install conda-build python=3.12

- name: Build conda package with NumPy 2.0
run: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Install conda-build
run: conda install conda-build
run: conda install conda-build python=3.12

- name: Create conda channel
run: |
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
conda-remove-defaults: 'true'

- name: Install conda-build
run: conda install -n base conda-build
run: conda install -n base conda-build python=3.12

- name: Cache conda packages
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Install conda-build
run: conda install conda-build
run: conda install conda-build python=3.12

- name: Build conda package
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Install conda-build
run: conda install conda-build
run: conda install conda-build python=3.12

- name: Create conda channel
run: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Install conda-build
run: |
conda activate
conda install -n base conda-build
conda install -n base conda-build python=3.12

- name: Cache conda packages
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Expand Down
Loading