Skip to content

Commit

Permalink
Update conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 19, 2024
1 parent dedc5da commit 91dd6f6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 91dd6f6

Please sign in to comment.