We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4450564 commit 8d5fcb1Copy full SHA for 8d5fcb1
.github/workflows/main.yml
@@ -30,4 +30,4 @@ jobs:
30
needs: prepare-variables-job
31
uses: ./.github/workflows/setup.yml
32
with:
33
- tf_version: ${{ needs.prepare-variables-job.outputs.tensorflow_version }}
+ tf_version: ${{ needs.prepare-variables.outputs.tensorflow_version }}
0 commit comments