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

Commit 2080c1d

Browse files
test: rerun windows
1 parent 8191202 commit 2080c1d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
include:
38-
- os: "linux"
39-
name: "amd64"
40-
runs-on: "ubuntu-20-04-cuda-12-0"
41-
- os: "mac"
42-
name: "amd64"
43-
runs-on: "macos-selfhosted-12"
44-
- os: "mac"
45-
name: "arm64"
46-
runs-on: "macos-selfhosted-12-arm64"
38+
# - os: "linux"
39+
# name: "amd64"
40+
# runs-on: "ubuntu-20-04-cuda-12-0"
41+
# - os: "mac"
42+
# name: "amd64"
43+
# runs-on: "macos-selfhosted-12"
44+
# - os: "mac"
45+
# name: "arm64"
46+
# runs-on: "macos-selfhosted-12-arm64"
4747
- os: "windows"
4848
name: "amd64"
4949
runs-on: "windows-cuda-12-0"
@@ -92,7 +92,7 @@ jobs:
9292
shell: pwsh
9393
run: |
9494
python3 -m pip install --upgrade pip
95-
python3 -m pip install -r ${{env.MODEL_DIR}}/requirements.cuda.txt
95+
python3 -m pip install -I -r ${{env.MODEL_DIR}}/requirements.cuda.txt
9696
9797
- name: Install dependencies Linux
9898
if: runner.os == 'linux'

0 commit comments

Comments
 (0)