mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +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:
parent
b453adc945
commit
b0f3736fa2
2 changed files with 7 additions and 0 deletions
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
|
||||
|
|
|
|||
1
.jenkins
Symbolic link
1
.jenkins
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
.ci
|
||||
Loading…
Reference in a new issue