Skip to content

Commit

Permalink
Use --no-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndgrigorian committed Jan 22, 2025
1 parent 50f3ad7 commit 151ae48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: |
# use bootstrap channel to pull NumPy linked with OpenBLAS
CHANNELS="-c conda-forge --override-channels"
TEST="--no-test"
conda build \
$TEST \
$CHANNELS \
recipe
Expand Down

0 comments on commit 151ae48

Please sign in to comment.