From 8502a4d519ea501e4b5ea85c133c01d4ea4f0261 Mon Sep 17 00:00:00 2001 From: John Wason Date: Tue, 30 Jul 2024 15:51:20 -0400 Subject: [PATCH] Use build-only for conda build in conda action to speed up test --- .github/workflows/conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 7bbaf970f18..38961955cbe 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -49,7 +49,7 @@ jobs: New-Item -Name conda-forge.yml -ItemType File conda smithy regenerate - conda mambabuild -m .ci_support/win_64_.yaml . + conda mambabuild -m .ci_support/win_64_.yaml --build-only . conda-linux: runs-on: ubuntu-latest @@ -83,4 +83,4 @@ jobs: touch conda-forge.yml conda smithy regenerate - conda mambabuild -m .ci_support/linux_64_.yaml . + conda mambabuild -m .ci_support/linux_64_.yaml --build-only .