Skip to content

Commit

Permalink
try to config environment path
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jul 16, 2024
1 parent ce6f90b commit 4cf6d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
shell: powershell
run: |
New-Item -ItemType Directory -Force -Path C:\c
conda config --set envs_dirs "C:\c\envs"
env:
CONDA_PREFIX: C:\c\tf

Expand All @@ -63,7 +64,7 @@ jobs:
if: matrix.os == 'windows-2022'
shell: powershell
run: |
conda build --debug .conda.tensorflow --output-folder C:\c\build.tensorflow -c conda-forge -p C:\c\tf
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 4cf6d97

Please sign in to comment.