Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Update conda.yml
  • Loading branch information
henryiii authored Aug 19, 2024
commit 91dd6f6c4d5c94e4b5c1e4ae016667a0166b2663
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