Skip to content

Commit

Permalink
use mambabuild for all os
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Sep 16, 2023
1 parent 85087c7 commit 3d66769
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ jobs:
- name: conda build for ${{ matrix.os }}
run: |
conda activate recipe
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
BUILD_CMD=mambabuild
else
BUILD_CMD=build
fi
BUILD_CMD=mambabuild
conda $BUILD_CMD --output-folder . -c conda-forge -c mesonomics --python ${{ matrix.python }} conda/zipline-tardis-bundle
- name: create and index local channel
Expand Down

0 comments on commit 3d66769

Please sign in to comment.