Skip to content

Commit

Permalink
install conda-build in recipe env
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Aug 22, 2023
1 parent 965ee93 commit 34844f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: configure recipe conda environment
run: |
conda create -n recipe python=${{ matrix.python }}
conda install -y -n recipe boa
conda install -y -n recipe boa conda-build
- name: conda build for ${{ matrix.os }}
run: |
conda activate recipe
conda mambabuild --output-folder . -c conda-forge -c mesonomics --python ${{ matrix.python }} conda/zipline-tardis-bundle
conda build --output-folder . -c conda-forge -c mesonomics --python ${{ matrix.python }} conda/zipline-tardis-bundle
- name: create local channel
run: |
Expand Down

0 comments on commit 34844f3

Please sign in to comment.