Skip to content

Commit

Permalink
try substitution for input and output
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jul 16, 2024
1 parent ba73c99 commit 439d633
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ 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)
if: matrix.os == 'windows-2022'
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}
Expand Down

0 comments on commit 439d633

Please sign in to comment.