Skip to content

Commit

Permalink
debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jul 16, 2024
1 parent f64be4a commit 09c2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: matrix.os == 'windows-2022'
shell: powershell
run: |
conda build .conda.tensorflow --output-folder C:\c\build.tensorflow -c conda-forge
conda build --debug .conda.tensorflow --output-folder C:\c\build.tensorflow -c conda-forge
env:
CONDA_PREFIX: C:\c\tf
# Build conda package (Ubuntu)
Expand Down

0 comments on commit 09c2ef6

Please sign in to comment.