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 b453adc commit b0f3736Copy full SHA for b0f3736
.github/workflows/_win-build.yml
@@ -60,6 +60,12 @@ jobs:
60
call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3
61
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
62
63
+ # Duplicated in win-test because this MUST go before a checkout
64
+ - name: Enable git symlinks on Windows
65
+ shell: bash
66
+ run: |
67
+ git config --global core.symlinks true
68
+
69
# [see note: pytorch repo ref]
70
- name: Checkout PyTorch
71
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
.jenkins
@@ -0,0 +1 @@
1
+.ci
0 commit comments