Skip to content

Commit 48fa9c0

Browse files
authored
Add --debug flag to conda build command
1 parent ce88210 commit 48fa9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
- name: Build with conda
8686
shell: pwsh # Needed where conda env is used
8787
run: |
88-
conda build conda.recipe -c jnettels -c conda-forge -c defaults
88+
conda build conda.recipe -c jnettels -c conda-forge -c defaults --debug

0 commit comments

Comments
 (0)