mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
[BE][CI] symlink .jenkins to .ci (#92846)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92846 Approved by: https://github.com/malfet, https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
b453adc945
commit
b0f3736fa2
6
.github/workflows/_win-build.yml
vendored
6
.github/workflows/_win-build.yml
vendored
@@ -60,6 +60,12 @@ jobs:
|
||||
call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||
|
||||
# Duplicated in win-test because this MUST go before a checkout
|
||||
- name: Enable git symlinks on Windows
|
||||
shell: bash
|
||||
run: |
|
||||
git config --global core.symlinks true
|
||||
|
||||
# [see note: pytorch repo ref]
|
||||
- name: Checkout PyTorch
|
||||
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
|
||||
|
||||
Reference in New Issue
Block a user