Skip to content

Commit

Permalink
naming steps
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel committed Sep 17, 2024
1 parent 2694d35 commit 3491872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
run: echo "ROCM_VERSION=${{ github.event.inputs.rocm_version || env.ROCM_VERSION_DEFAULT }}" >> $GITHUB_ENV
-
name: set pytorch version
id: rocm
id: pytorch
run: echo "PYTORCH_VERSION=${{ github.event.inputs.pytorch_version || env.PYTORCH_VERSION_DEFAULT }}" >> $GITHUB_ENV
-
name: set tensorflow version
id: rocm
id: tensorflow
run: echo "TENSORFLOW_VERSION=${{ github.event.inputs.tensorflow_version || env.TENSORFLOW_VERSION_DEFAULT }}" >> $GITHUB_ENV
-
name: set platforms
Expand Down

0 comments on commit 3491872

Please sign in to comment.