From 335d51b4e53f19d96229de2199e31eb9e3d4c08d Mon Sep 17 00:00:00 2001 From: huangxinda Date: Fri, 25 Mar 2022 13:04:01 +0800 Subject: [PATCH] ci(mge): set env when downloading mkl --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d2c9079..4f9df893 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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