File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,10 @@ jobs:
82
82
echo "${RUNNER_TEMP}/bin" >> "${GITHUB_PATH}"
83
83
# Generate PyTorch version to use
84
84
echo "PYTORCH_VERSION=$(python3 .github/scripts/generate_pytorch_version.py)" >> "${GITHUB_ENV}"
85
- - name : Setup nightly specific variables
86
- if : ${{ github.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref, 'refs/tags/ciflow/nightly/') }}
85
+ - name : Setup release specific variables
87
86
run : |
88
87
{
89
- echo "DOCKER_IMAGE=pytorch-nightly";
90
- echo "INSTALL_CHANNEL=pytorch-nightly";
88
+ echo "INSTALL_CHANNEL=pytorch-test";
91
89
echo "TRITON_VERSION=$(cut -f 1 .ci/docker/triton_version.txt)+$(cut -c -10 .ci/docker/ci_commit_pins/triton.txt)";
92
90
} >> "${GITHUB_ENV}"
93
91
- name : Run docker build / push
You can’t perform that action at this time.
0 commit comments