Skip to content
Merged
Changes from 2 commits
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
8 changes: 5 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
build_windows:
runs-on: windows-latest
timeout-minutes: 150
defaults:
run:
shell: cmd /C CALL {0}

strategy:
matrix:
Expand All @@ -100,15 +103,14 @@ jobs:
with:
miniforge-variant: Miniforge3
miniforge-version: latest
auto-activate: true
activate-environment: base
activate-environment: build
Comment thread
ndgrigorian marked this conversation as resolved.
channels: conda-forge
conda-remove-defaults: true
python-version: ${{ matrix.python }}

- name: Install conda build
run: |
conda install -n base -y conda-build
conda install -y conda-build
conda list -n base

- name: Cache conda packages
Expand Down
Loading