Skip to content

Commit

Permalink
Use build-only for conda build in conda action to speed up test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason authored and Levi-Armstrong committed Jul 30, 2024
1 parent 24af73b commit 8502a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 .

0 comments on commit 8502a4d

Please sign in to comment.