Skip to content

Commit

Permalink
added missing channels in conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Aug 22, 2023
1 parent c52222e commit 965ee93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: conda build for ${{ matrix.os }}
run: |
conda activate recipe
conda mambabuild --output-folder . --python ${{ matrix.python }} conda/zipline-tardis-bundle
conda mambabuild --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 965ee93

Please sign in to comment.