Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a186494

Browse files
Update: test run new CI for package python windows
1 parent 46cfac8 commit a186494

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
- os: "linux"
47-
name: "amd64"
48-
runs-on: "ubuntu-20-04-cuda-12-0"
46+
# - os: "linux"
47+
# name: "amd64"
48+
# runs-on: "ubuntu-20-04-cuda-12-0"
4949
# - os: "mac"
5050
# name: "amd64"
5151
# runs-on: "macos-selfhosted-12"
5252
# - os: "mac"
5353
# name: "arm64"
5454
# runs-on: "macos-selfhosted-12-arm64"
55-
# - os: "windows"
56-
# name: "amd64"
57-
# runs-on: "windows-cuda-12-0"
55+
- os: "windows"
56+
name: "amd64"
57+
runs-on: "windows-cuda-12-0"
5858
steps:
5959
- name: Clone
6060
id: checkout
@@ -241,7 +241,7 @@ jobs:
241241
conda activate hf-upload
242242
python -m pip install hf-transfer huggingface_hub
243243
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN_WRITE }} --add-to-git-credential
244-
huggingface-cli upload ${{env.HF_REPO}} venv.zip . --revision ${{env.HF_PREFIX_BRANCH}}-${{ matrix.os }}-${{ matrix.name }}
244+
huggingface-cli upload ${{env.HF_REPO}} venv.zip --revision ${{env.HF_PREFIX_BRANCH}}-${{ matrix.os }}-${{ matrix.name }}
245245
rm -rf venv.zip
246246
huggingface-cli logout
247247

0 commit comments

Comments
 (0)