From e93eb8eaf254b4b031d1c254a2b9c9ff433c6fd6 Mon Sep 17 00:00:00 2001 From: weaigc <879821485@qq.com> Date: Fri, 8 Sep 2023 20:45:02 +0800 Subject: [PATCH] build: sync env --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5c03db36..10c99add 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,7 +26,7 @@ jobs: env: HF_TOKEN: ${{ secrets.HF_TOKEN }} ENDPOINTS: ${{ vars.ENDPOINTS }} - run: cd sync && cat endpoint.txt && pip install huggingface_hub && python sync.py && cat endpoint.txt + run: cd sync && pip install huggingface_hub && python sync.py && cat endpoint.txt - name: Save cache id: file-save uses: actions/cache/save@v3