Skip to content

Commit

Permalink
Fix miniconda build
Browse files Browse the repository at this point in the history
There are known issues with mamba
  • Loading branch information
tpeulen committed Oct 27, 2024
1 parent e9bf670 commit 77ded53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build Conda Package
shell: bash -el {0}
run: |
mamba install conda-build boa
conda install conda-build boa mamba
cd conda-recipe
curl -sLO https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/084b098a28a7a66e9a0967d156bc55b9ebfc6726/recipe/conda_build_config.yaml
# curl -sLO https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build and Upload Conda Package
shell: bash -el {0}
run: |
mamba install conda-build boa anaconda-client
conda install conda-build mamba boa anaconda-client
cd conda-recipe
# Use older conda_build_config -> boost-cpp 1.78
# curl -sLO https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/084b098a28a7a66e9a0967d156bc55b9ebfc6726/recipe/conda_build_config.yaml
Expand Down

0 comments on commit 77ded53

Please sign in to comment.