Skip to content

Commit

Permalink
correct conda prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jul 16, 2024
1 parent 077a6c5 commit f64be4a
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 @@ -65,7 +65,7 @@ jobs:
run: |
conda build .conda.tensorflow --output-folder C:\c\build.tensorflow -c conda-forge
env:
CONDA_PREFIX: C:\c\envs\tf
CONDA_PREFIX: C:\c\tf
# Build conda package (Ubuntu)
- name: Build conda package (Ubuntu)
if: matrix.os == 'ubuntu-22.04'
Expand Down

0 comments on commit f64be4a

Please sign in to comment.