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 committed Jul 30, 2024
1 parent 051220a commit d06cbf2
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 @@ -44,7 +44,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 @@ -78,4 +78,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 d06cbf2

Please sign in to comment.