Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: conda install conda-build conda-verify

- name: Build
run: conda build conda.recipe
run: conda build -c conda-forge conda.recipe

- name: Install
run: conda install -c ${CONDA_PREFIX}/conda-bld/ python_example
Expand Down
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ build:
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- {{ compiler('c') }}

host:
- python
Expand Down