Skip to content

Commit

Permalink
Merge pull request #36 from Fluorescence-Tools/development
Browse files Browse the repository at this point in the history
Fix conda build
  • Loading branch information
tpeulen authored Feb 11, 2024
2 parents 5ce5f6b + 4815d9a commit f3b3d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# 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
# curl -sLO https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml
conda mambabuild conda-recipe --output-folder conda-bld
conda mambabuild . --output-folder conda-bld
- name: Upload Conda Package
shell: bash -el {0}
Expand Down

0 comments on commit f3b3d67

Please sign in to comment.