Skip to content

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Aug 29, 2022

Fixes #6496
This forces the path to use windows path rather then path prefixed with cygdrive:

wrong:

PATH=/cygdrive/c/Program Files (x86)/torchvision/bin

correct:

export PATH=/c/Program Files (x86)/torchvision/bin

CI Job: https://app.circleci.com/pipelines/github/pytorch/vision/19847/workflows/a3756ade-45cf-4d43-8071-3e52e37080a2/jobs/1609649

@atalman atalman merged commit d11556a into pytorch:main Aug 29, 2022
@github-actions
Copy link

Hey @atalman!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Aug 30, 2022
Reviewed By: NicolasHug

Differential Revision: D39131007

fbshipit-source-id: 4ebe2319076b92117786b148d24b8327cf9b0ef4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI job cmake_windows_cpu failing
4 participants