Skip to content

Commit 2791490

Browse files
committed
Merge branch 'add-windows-cmake' of github.com:NicolasHug/torchcodec into add-windows-cmake
2 parents a06060a + 2ccb7ee commit 2791490

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
build-command: "python -m build --wheel -vvv --no-isolation"
6161

6262
install-and-test:
63-
runs-on: ubuntu-latest
63+
runs-on: windows-latest
6464
strategy:
6565
fail-fast: false
6666
matrix:
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/download-artifact@v4
7272
with:
73-
name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_64
73+
name: pytorch_torchcodec__${{ matrix.python-version }}_cpu_x64
7474
path: pytorch/torchcodec/dist/
7575
- name: Setup conda env
7676
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)