Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 10, 2024
1 parent 4b5ff84 commit a64e47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: powershell
run: |
conda activate
python3 ops/pipeline/manage-artifacts.py upload `
python ops/pipeline/manage-artifacts.py upload `
--s3-bucket ${{ env.RUNS_ON_S3_BUCKET_CACHE }} `
--prefix cache/${{ github.run_id }}/build-win64-gpu `
(Get-ChildItem python-package/dist/*.whl | Select-Object -Expand FullName)
Expand All @@ -53,7 +53,7 @@ jobs:
shell: powershell
run: |
conda activate
python3 ops/pipeline/manage-artifacts.py download `
python ops/pipeline/manage-artifacts.py download `
--s3-bucket ${{ env.RUNS_ON_S3_BUCKET_CACHE }} `
--prefix cache/${{ github.run_id }}/build-win64-gpu `
--dest-dir python-package/dist `
Expand Down

0 comments on commit a64e47e

Please sign in to comment.