Skip to content

Commit

Permalink
Use jinja formatting for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 12, 2024
1 parent 57f42cb commit 67c8e92
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 @@ -68,7 +68,7 @@ jobs:
- name: Build conda package
if: env.RUN_BUILD_JOB == 'true'
shell: matrix.os-shell
shell: ${{ matrix.os-shell }}
run: |
conda build --debug ${{ matrix.build-folder }} --output-folder ${{ matrix.env-prefix }}build.tensorflow -c conda-forge
Expand Down

0 comments on commit 67c8e92

Please sign in to comment.