Skip to content

Commit 8568bb6

Browse files
committed
Pass --dirty flag to conda-build
1 parent 50f3ad7 commit 8568bb6

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,8 +35,10 @@ jobs:
3535
run: |
3636
# use bootstrap channel to pull NumPy linked with OpenBLAS
3737
CHANNELS="-c conda-forge --override-channels"
38+
DIRTY="--dirty"
3839
conda build \
3940
$CHANNELS \
41+
$DIRTY \
4042
recipe
4143
4244
- name: Upload artifact

0 commit comments

Comments
 (0)