From 439d633b5b9eabb13632d629f1e0bc172808c28e Mon Sep 17 00:00:00 2001 From: Elizabeth Berrigan Date: Tue, 16 Jul 2024 11:21:38 -0700 Subject: [PATCH] try substitution for input and output --- .github/workflows/build_tensorflow.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_tensorflow.yml b/.github/workflows/build_tensorflow.yml index cf38f81..28367fa 100644 --- a/.github/workflows/build_tensorflow.yml +++ b/.github/workflows/build_tensorflow.yml @@ -45,13 +45,13 @@ jobs: which python conda info - # Create a shortened link on Windows - - name: Create shortened link (Windows) - if: matrix.os == 'windows-2022' - shell: powershell - run: | - New-Item -ItemType Directory -Force -Path C:\c - robocopy $PWD C:\c /E /NFL /NDL /NJH /NJS /NC /NS /NP + # # Create a shortened link on Windows + # - name: Create shortened link (Windows) + # if: matrix.os == 'windows-2022' + # shell: powershell + # run: | + # New-Item -ItemType Directory -Force -Path C:\c + # robocopy $PWD C:\c /E /NFL /NDL /NJH /NJS /NC /NS /NP # Build conda package - name: Build conda package (Windows) @@ -59,7 +59,7 @@ jobs: shell: powershell run: | subst X: $PWD - conda build C:\c\.conda.tensorflow --output-folder C:\c\build.tensorflow -c conda-forge + conda build X:\.conda.tensorflow --output-folder X:\build.tensorflow -c conda-forge - name: Build conda package (Ubuntu) if: matrix.os == 'ubuntu-22.04' shell: bash -l {0}