From b30c1fd357372c825ece9b4307b6e9597e95ad5e Mon Sep 17 00:00:00 2001 From: Menghuan Date: Fri, 6 Dec 2024 00:03:52 +0800 Subject: [PATCH] Update conda-pack-windows.yml --- .github/workflows/conda-pack-windows.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conda-pack-windows.yml b/.github/workflows/conda-pack-windows.yml index 9eea16e1..5d5e2251 100644 --- a/.github/workflows/conda-pack-windows.yml +++ b/.github/workflows/conda-pack-windows.yml @@ -27,8 +27,7 @@ jobs: shell: bash -l {0} run: | conda activate gpt - pip install uv - uv pip install -r requirements.txt + pip install -r requirements.txt - name: Install conda-pack shell: bash -l {0} @@ -49,10 +48,9 @@ jobs: Get-ChildItem -Exclude "workspace" | Copy-Item -Destination workspace -Recurse Remove-Item -Path workspace/.git* -Recurse -Force -ErrorAction SilentlyContinue Copy-Item gpt.tar.gz workspace/ -Force - Compress-Archive -Path "workspace\*" -DestinationPath "workspace_with_env.zip" - name: Upload packed files uses: actions/upload-artifact@v4 with: name: gpt-academic-package - path: workspace_with_env.zip + path: workspace