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 b8655d5 commit 04f6378Copy full SHA for 04f6378
.github/workflows/wheels-pytorch.yml
@@ -90,7 +90,7 @@ jobs:
90
cd ${{ env.NEW_WORKSPACE }}
91
cd pytorch
92
$pytorch_version = Get-Content version.txt
93
- $pytorch_version = "$pytorch_version.post${{ env.GITHUB_RUN_NUMBER }}"
+ $pytorch_version = "$pytorch_version.post$env:GITHUB_RUN_NUMBER"
94
echo "$pytorch_version" > version.txt
95
echo "PyTorch version: $pytorch_version"
96
0 commit comments