Browse Source

ci(mge): set env when downloading mkl

tags/v1.9.0
huangxinda 3 years ago
parent
commit
335d51b4e5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/ci.yml

+ 3
- 0
.github/workflows/ci.yml View File

@@ -24,6 +24,8 @@ jobs:
needs: [check-commit]
container:
image: localhost:5000/megengine-ci:v1
env:
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }}
steps:
- name: Checkout MegEngine
uses: actions/checkout@v2
@@ -53,6 +55,7 @@ jobs:
options: --gpus all --shm-size 1g
env:
NCCL_LAUNCH_MODE: PARALLEL
FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }}
steps:
- name: Checkout MegEngine
uses: actions/checkout@v2


Loading…
Cancel
Save