Skip to content

Commit f497a84

Browse files
authored
Remove proxy settings (#7)
1 parent 50aa71b commit f497a84

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
- name: Config git
6969
run: |
7070
git config --global --add safe.directory "$GITHUB_WORKSPACE"
71-
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
7271
7372
- name: Checkout
7473
uses: actions/checkout@v4

.github/workflows/_ascend_npu_build_torch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- name: Config git
5858
run: |
5959
git config --global --add safe.directory "$GITHUB_WORKSPACE"
60-
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
6160
6261
- name: Checkout PyTorch
6362
uses: actions/checkout@v4

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
- name: Config git
5656
run: |
5757
git config --global --add safe.directory "$GITHUB_WORKSPACE"
58-
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
5958
6059
- name: Checkout
6160
uses: actions/checkout@v4

.github/workflows/_ascend_npu_ut.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- name: Config git
5858
run: |
5959
git config --global --add safe.directory "$GITHUB_WORKSPACE"
60-
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
6160
6261
- name: Checkout
6362
uses: actions/checkout@v4

0 commit comments

Comments
 (0)