Skip to content

Commit 151ae48

Browse files
committed
Use --no-test
1 parent 50f3ad7 commit 151ae48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
run: |
3636
# use bootstrap channel to pull NumPy linked with OpenBLAS
3737
CHANNELS="-c conda-forge --override-channels"
38+
TEST="--no-test"
3839
conda build \
40+
$TEST \
3941
$CHANNELS \
4042
recipe
4143

0 commit comments

Comments
 (0)