We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a06060a + 2ccb7ee commit 2791490Copy full SHA for 2791490
1 file changed
.github/workflows/windows_wheel.yaml
@@ -60,7 +60,7 @@ jobs:
60
build-command: "python -m build --wheel -vvv --no-isolation"
61
62
install-and-test:
63
- runs-on: ubuntu-latest
+ runs-on: windows-latest
64
strategy:
65
fail-fast: false
66
matrix:
@@ -70,7 +70,7 @@ jobs:
70
steps:
71
- uses: actions/download-artifact@v4
72
with:
73
- name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_64
+ name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
74
path: pytorch/torchcodec/dist/
75
- name: Setup conda env
76
uses: conda-incubator/setup-miniconda@v2
0 commit comments